ASoC: codec duplicated callback function goes to component on cs42l56
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:03:06 +0000 (09:03 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commit561828f821c95c73177e5291e5831b909b400450
treefc5a30fcb9c8e6724e26d84c78cc2e7d98dc1bcb
parent951cd7e6ffda4dc86ed6fb6ff10e0ca8f3b67c2b
ASoC: codec duplicated callback function goes to component on cs42l56

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