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

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