]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: use snd_soc_component_init_regmap() on cs47l24
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:06:00 +0000 (06:06 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:39:17 +0000 (17:39 +0000)
commit55222b4ca1ce0a3fb6c15065aa5275b58f5ae779
treee8b228d9392bc8c5657584e65a9a46373155be60
parentfc34a8d7a6e80eb2c2304f3fb1526e012599ae42
ASoC: use snd_soc_component_init_regmap() on cs47l24

To setup regmap, ALSA SoC has snd_soc_component_init_regmap() and
.get_regmap. But these are duplicated feature.
Let's use snd_soc_component_init_regmap() and remove .get_regmap

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