Bluetooth: btusb: Add support USB ALT 3 for WBS
authorHilda Wu <hildawu@realtek.com>
Fri, 14 May 2021 03:19:01 +0000 (11:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 07:44:54 +0000 (09:44 +0200)
commit05298f1733c6fc5d05b05113e20ee373076edd99
treebb07a0ec1b9ef8524955dee9f608088ac6188deb
parentcc49ab24ec3799f5bc91338fdec81f672a0c5deb
Bluetooth: btusb: Add support USB ALT 3 for WBS

[ Upstream commit e848dbd364aca44c9d23c04bef964fab79e2b34f ]

Because mSBC frames do not need to be aligned to the SCO packet
boundary. Using USB ALT 3 let HCI payload >= 60 bytes, let mSBC
data satisfy 60 Bytes avoid payload unaligned situation and fixed
some headset no voise issue.

USB Alt 3 supported also need HFP support transparent MTU in 72 Bytes.

Signed-off-by: Hilda Wu <hildawu@realtek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bluetooth/btusb.c