diff options
author | Barry Song <21cnbao@gmail.com> | 2013-05-18 08:25:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-21 14:17:08 -0400 |
commit | 200ceb962f7b00815259bf3cb2df5a0ac15eb99d (patch) | |
tree | 41f895ff821db33dfc6e92d16dc53614dc1e927b /sound/soc/codecs/Kconfig | |
parent | c7788792a5e7b0d5d7f96d0766b4cb6112d47d75 (diff) |
ASoC: dfbmcs320: make the driver common for other BT modules
DFBM-CS320 is only one of bluetooth modules using CSR bluetooth chips,
we don't want everyone to have a seperate codec driver. anyway, the
feature of Bluetooth SCO is same on all platforms, so this patch
makes the DFBM-CS320 driver become a common BT SCO link driver.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2f45f00e31b0..395fda22ade4 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -40,7 +40,7 @@ config SND_SOC_ALL_CODECS | |||
40 | select SND_SOC_DA7213 if I2C | 40 | select SND_SOC_DA7213 if I2C |
41 | select SND_SOC_DA732X if I2C | 41 | select SND_SOC_DA732X if I2C |
42 | select SND_SOC_DA9055 if I2C | 42 | select SND_SOC_DA9055 if I2C |
43 | select SND_SOC_DFBMCS320 | 43 | select SND_SOC_BT_SCO |
44 | select SND_SOC_ISABELLE if I2C | 44 | select SND_SOC_ISABELLE if I2C |
45 | select SND_SOC_JZ4740_CODEC | 45 | select SND_SOC_JZ4740_CODEC |
46 | select SND_SOC_LM4857 if I2C | 46 | select SND_SOC_LM4857 if I2C |
@@ -263,7 +263,7 @@ config SND_SOC_DA732X | |||
263 | config SND_SOC_DA9055 | 263 | config SND_SOC_DA9055 |
264 | tristate | 264 | tristate |
265 | 265 | ||
266 | config SND_SOC_DFBMCS320 | 266 | config SND_SOC_BT_SCO |
267 | tristate | 267 | tristate |
268 | 268 | ||
269 | config SND_SOC_DMIC | 269 | config SND_SOC_DMIC |