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

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