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)
commit295f08154cc07db27c75e0c0ac4af9890b87f85b
tree1e15cd671cb081baa0a7193968eb18d33fe67dcc
parente9474dc634c76d047be84c3dd35bf81213d2d550
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