ASoC: Move AC'97 support to its own file
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 10 Nov 2014 21:41:46 +0000 (22:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Nov 2014 15:26:06 +0000 (15:26 +0000)
commit336b8423e285174ebecf02a743d69913b83bbc48
tree68df16c040d0624e6e6c7979e0d9de8db51bafee
parent70f3af3ca15affaef3d026a5aa6e44c4627ea6c7
ASoC: Move AC'97 support to its own file

Currently the AC'97 support is splattered all throughout soc-core.c. Some
parts are #ifdef'd some parts are not. This patch moves the AC'97 support to
its own file, this should make the code a bit more clearer and also makes it
possible to easily not compile it into the kernel when not needed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/Makefile
sound/soc/soc-ac97.c [new file with mode: 0644]
sound/soc/soc-core.c