ASoC: Add driver for the dfbmcs320 bluetooth module
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 7 Mar 2011 07:04:59 +0000 (08:04 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 Mar 2011 12:20:01 +0000 (12:20 +0000)
commita077ff9034897232ab4208f55880221390bd6877
tree04ff533fc1bd53c69252efc811523f67e2fc9a39
parentf5c4ffbd65892829f7ec503a89ea24eb0fc952dc
ASoC: Add driver for the dfbmcs320 bluetooth module

This patch adds a codec driver for the dfbmcs320 bluetooth module, which is used
on the neo1973 boards.

The patch also modifies the neo1937_wm8753 sound board driver to use the new
driver instead of registering the bluetooth DAI manually.
Previously there was a name mismatch between the bluetooth DAI and the bluetooth
DAI link and the sound card was not instantiated, with this patch the issue is
no longer present and sound support works again.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/dfbmcs320.c [new file with mode: 0644]
sound/soc/samsung/Kconfig
sound/soc/samsung/neo1973_wm8753.c