OSDN Git Service

ASoC: codec duplicated callback function goes to component on cs42l52
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:03:26 +0000 (09:03 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commit59aad18c027669bccfe6b3334c03dbec42c74a7d
tree041b21dc2569687e9cee9cac4fc0236b852bbaf5
parent561828f821c95c73177e5291e5831b909b400450
ASoC: codec duplicated callback function goes to component on cs42l52

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