ASoC: codec duplicated callback function goes to component on isabelle
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:16:59 +0000 (09:16 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commit49e774807178c048d34602789f3342e545cc1605
tree366ca34b355cc65f5ff36238f734610dc41efa56
parent88b0f761e296682f24639e9d9fc0122e7a7695c1
ASoC: codec duplicated callback function goes to component on isabelle

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