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

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