]> git.baikalelectronics.ru Git - kernel.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)
commitfec6c6ccff6448c05d145b06e0ff5401800cf7d8
tree18de8c8885e6b1abb1c9aa6ad79b2d52cf7d2542
parent6fcf9d0e7e8471f330c0d6929fd904666f553494
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