]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: codec duplicated callback function goes to component on uda134x
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:27:14 +0000 (09:27 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commite939fc6c2679c474c31c7e07c73703099bd68f70
tree18de8c8885e6b1abb1c9aa6ad79b2d52cf7d2542
parent2f45b8bd731cbaee5404cfac8bf083e807cffadf
ASoC: codec duplicated callback function goes to component on uda134x

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