Skip to content

Commit

Permalink
ASoC: mediatek: add btcvsd driver
Browse files Browse the repository at this point in the history
The driver function for transferring/receiving
BT encoded data to/from BT firmware.

Signed-off-by: KaiChieh Chuang <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
KaiChieh Chuang authored and broonie committed Feb 2, 2019
1 parent 425da20 commit 4bd8597
Show file tree
Hide file tree
Showing 3 changed files with 1,375 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ config SND_SOC_MT8183
that can be used with other codecs.
Select Y if you have such device.
If unsure select "N".

config SND_SOC_MTK_BTCVSD
tristate "ALSA BT SCO CVSD/MSBC Driver"
help
This is for software BTCVSD. This enable
the function for transferring/receiving
BT encoded data to/from BT firmware.
Select Y if you have such device.
If unsure select "N".
2 changes: 2 additions & 0 deletions sound/soc/mediatek/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
# platform driver
snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o

obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
Loading

0 comments on commit 4bd8597

Please sign in to comment.