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

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