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

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