]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: use internal reg_cache on uda1380
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 14 Nov 2017 01:04:08 +0000 (01:04 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Nov 2017 18:49:00 +0000 (18:49 +0000)
commit8572d51b95217bfc58b4a6546373a2f89f236234
tree24cdd7ce567c46813379f6fff43dd73929e570e3
parent78fd99bc3d4c0c75d06caef76f497ee0e77594e8
ASoC: use internal reg_cache on uda1380

Codec reg_cache is legacy feature and very few driver only are using
it. But, ALSA SoC framework needs to support it.
Codec will be merged into Component in the future, so, let's remove
legacy and unused feature from framework.
This patch implements ALSA SoC reg_cache feature into driver,
and don't use  ALSA SoC framework's feature.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/uda1380.c