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

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