Re: [PATCH v2] Bluetooth: hci_qca: Enable WBS support for wcn3991

2020-05-18 Thread Abhishek Pandit-Subedi
Thanks Marcel. On Mon, May 18, 2020 at 1:03 AM Marcel Holtmann wrote: > > Hi Abhishek, > > > WCN3991 supports transparent WBS (host encoded mSBC). Add a flag to the > > device match data to show WBS is supported. > > > > This requires the matching firmware for WCN3991 in linux-firmware: > >

Re: [PATCH v2] Bluetooth: hci_qca: Enable WBS support for wcn3991

2020-05-18 Thread Marcel Holtmann
Hi Abhishek, > WCN3991 supports transparent WBS (host encoded mSBC). Add a flag to the > device match data to show WBS is supported. > > This requires the matching firmware for WCN3991 in linux-firmware: >1a8b0dc00f77 (qca: Enable transparent WBS for WCN3991) > > Signed-off-by: Abhishek

Re: [PATCH v2] Bluetooth: hci_qca: Enable WBS support for wcn3991

2020-05-14 Thread Matthias Kaehlcke
Hi Abhishek, On Thu, May 14, 2020 at 01:14:04PM -0700, Abhishek Pandit-Subedi wrote: > WCN3991 supports transparent WBS (host encoded mSBC). Add a flag to the > device match data to show WBS is supported. > > This requires the matching firmware for WCN3991 in linux-firmware: > 1a8b0dc00f7

[PATCH v2] Bluetooth: hci_qca: Enable WBS support for wcn3991

2020-05-14 Thread Abhishek Pandit-Subedi
WCN3991 supports transparent WBS (host encoded mSBC). Add a flag to the device match data to show WBS is supported. This requires the matching firmware for WCN3991 in linux-firmware: 1a8b0dc00f77 (qca: Enable transparent WBS for WCN3991) Signed-off-by: Abhishek Pandit-Subedi --- Changes