commit | 336b8423e285174ebecf02a743d69913b83bbc48 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Nov 10 22:41:46 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 18 15:26:06 2014 +0000 |
tree | 68df16c040d0624e6e6c7979e0d9de8db51bafee | |
parent | 70f3af3ca15affaef3d026a5aa6e44c4627ea6c7 [diff] |
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>