ASoC: codec duplicated callback function goes to component on sun4i-codec
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 08:46:41 +0000 (08:46 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commit180f58fece4be11125e663983ee3388e6512f159
tree38809ccd0fbeea460bf44b39564a76dfaca1553f
parent9731f82d60166a19af6914f998092bbd1560f783
ASoC: codec duplicated callback function goes to component on sun4i-codec

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/sunxi/sun4i-codec.c
This page took 0.02865 seconds and 5 git commands to generate.