Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: mt7921s: Add WBS support

It is time to add wide band speech (WBS) support.

Reviewed-by: Mark Chen <markyawenchen@gmail.com>
Co-developed-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Yake Yang <yake.yang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Yake Yang and committed by
Marcel Holtmann
5ad80cfc f41b91fa

+3
+3
drivers/bluetooth/btmtksdio.c
··· 1123 1123 return err; 1124 1124 } 1125 1125 1126 + /* Enable WBS with mSBC codec */ 1127 + set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks); 1128 + 1126 1129 /* Enable GPIO reset mechanism */ 1127 1130 if (bdev->reset) { 1128 1131 err = btmtksdio_reset_setting(hdev);