]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 7 Mar 2011 07:04:55 +0000 (08:04 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 Mar 2011 12:19:22 +0000 (12:19 +0000)
commit9b0a25f0386f9775b69c46ced9b5632b649f00ba
tree82aa924b21417d281c4eeb19f5b4b7fbbefc3d9e
parent004c52e009e3c585eb0692740b714867fd2b3555
ASoC: neo1973_wm8753: Move lm4857 specefic code to its own module

This patch moves the code for the lm4857 AMP from the neo1973_wm8753 sound
board driver to its own module.
The lm4857 is a generic AMP IC and not specific to the neo1973.

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/lm4857.c [new file with mode: 0644]
sound/soc/samsung/Kconfig
sound/soc/samsung/lm4857.h [deleted file]
sound/soc/samsung/neo1973_wm8753.c