18 May 2013 14:25
[PATCH v4] ASoC: dfbmcs320: make the driver common for other BT modules
Barry Song <21cnbao <at> gmail.com>
2013-05-18 12:25:00 GMT
2013-05-18 12:25:00 GMT
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.
Cc: Graeme Gregory <graeme <at> openmoko.org>
Cc: Lars-Peter Clausen <lars <at> metafoo.de>
Signed-off-by: Barry Song <Baohua.Song <at> csr.com>
---
v4:
change "select SND_SOC_DFBMCS320" to "select SND_SOC_BT_SCO" for OpenMOKO user
as v3 missed this
sound/soc/codecs/Kconfig | 4 ++--
sound/soc/codecs/Makefile | 4 ++--
sound/soc/codecs/{dfbmcs320.c => bt-sco.c} | 37 +++++++++++++++++++-----------
sound/soc/samsung/Kconfig | 2 +-
sound/soc/samsung/neo1973_wm8753.c | 2 +-
5 files changed, 29 insertions(+), 20 deletions(-)
rename sound/soc/codecs/{dfbmcs320.c => bt-sco.c} (53%)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index d8c4f3d..386292d 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
<at> <at> -40,7 +40,7 <at> <at> config SND_SOC_ALL_CODECS
select SND_SOC_DA7213 if I2C
select SND_SOC_DA732X if I2C
select SND_SOC_DA9055 if I2C
- select SND_SOC_DFBMCS320
(Continue reading)
RSS Feed