]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: codec duplicated callback function goes to component on wm8983
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:32:54 +0000 (09:32 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commitc79dc99cdab0f35950460172c809e7900e214fdf
treead6d842d3e76f331788f26082ca09786bacb5b2b
parentd792e7b678cded4dae6a19e00082bf885833fa19
ASoC: codec duplicated callback function goes to component on wm8983

codec driver and component driver has duplicated callback functions,
and codec side functions are just copied to component side when
register timing. This was quick-hack, but no longer needed.
This patch moves these functions from codec driver to component driver.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8983.c