]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codec duplicated callback function goes to component on cs47l24
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:14:00 +0000 (09:14 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commitcc6a542d82a4b3afe68da55d84eaee149e3b60a6
tree1e15cd671cb081baa0a7193968eb18d33fe67dcc
parent9ae111c8dcc71607e1c62d84e82402bdd470ede7
ASoC: codec duplicated callback function goes to component on cs47l24

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/cs47l24.c