ASoC: codec duplicated callback function goes to component on adav80x
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:12:11 +0000 (09:12 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commitc5946fcf84bf71f4c0bc08a6bce3781e6b281737
tree396932c77e60029d85a88f030f4a59bc9af5daf3
parentef611e1f4ad7c0355a2aa97660210bfa4a4472c4
ASoC: codec duplicated callback function goes to component on adav80x

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