]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: codec duplicated callback function goes to component on adau1761
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:11:18 +0000 (09:11 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commitc30ca68b9a8625e93c218374bad63c6babe85e3a
tree97cc1d0a79e60a201670b21110b43eb829e99521
parented135dd69556c70fb780985c536cc650e7f7b450
ASoC: codec duplicated callback function goes to component on adau1761

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