]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codec duplicated callback function goes to component on ads117x
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 8 Aug 2016 09:12:30 +0000 (09:12 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:57:57 +0000 (11:57 +0100)
commita2276004d39624759fe54c2ab07943cdccbc599c
tree6d9dac8fcdf0f3ebaf6c76c84aa6daf39bbe356f
parent9f30488ab4bef245aeed073c9f10c08f12e36d73
ASoC: codec duplicated callback function goes to component on ads117x

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