Skip to content

Commit 4bd8597

Browse files
KaiChieh Chuangbroonie
authored andcommitted
ASoC: mediatek: add btcvsd driver
The driver function for transferring/receiving BT encoded data to/from BT firmware. Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 425da20 commit 4bd8597

File tree

3 files changed

+1375
-0
lines changed

3 files changed

+1375
-0
lines changed

sound/soc/mediatek/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,12 @@ config SND_SOC_MT8183
115115
that can be used with other codecs.
116116
Select Y if you have such device.
117117
If unsure select "N".
118+
119+
config SND_SOC_MTK_BTCVSD
120+
tristate "ALSA BT SCO CVSD/MSBC Driver"
121+
help
122+
This is for software BTCVSD. This enable
123+
the function for transferring/receiving
124+
BT encoded data to/from BT firmware.
125+
Select Y if you have such device.
126+
If unsure select "N".

sound/soc/mediatek/common/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
# platform driver
33
snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
44
obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
5+
6+
obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o

0 commit comments

Comments
 (0)