]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit161cb1e8f6c7c35585f513d68edfcb4380a1fc0b
tree04ff533fc1bd53c69252efc811523f67e2fc9a39
parent4580ba10f0cc34e22f52359f2de15d0e75c6cc86
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