ASoC: codec duplicated callback function goes to component on ad1980
commit05a0d2d497f91aa9657842484043c08e5aed8eb3
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:08:24 +0000 (8 09:08 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (8 11:57 +0100)
tree6e0bceda75e0a605afe53214fdb8ff791fe7bd00
parenteab73d01f6e3cb484280807be570e75734fca696
ASoC: codec duplicated callback function goes to component on ad1980

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