diff options
author | KaiChieh Chuang <kaichieh.chuang@mediatek.com> | 2019-01-30 14:47:10 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-02 15:59:27 +0000 |
commit | 4bd8597dc36c376a2bb1ef2c72984615bdeb68de (patch) | |
tree | bf96301f7f2d75fb59829614f2a39ab6522317a3 /sound/soc/mediatek/Kconfig | |
parent | 425da20a98e0ab6ba6b37ff00ab50519d7dd7740 (diff) | |
download | linux-4bd8597dc36c376a2bb1ef2c72984615bdeb68de.tar.bz2 |
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>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index 8bb360ee7234..b35410e4020e 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -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". |