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

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