]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: use snd_soc_component_init_regmap() on wm5110
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:04:45 +0000 (06:04 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:36:55 +0000 (17:36 +0000)
commitc25387860be21047d46dde1c6bcbfa7ec1e13c0b
treecdcd4954b4d747546d4ada920564dc2c4f51213e
parentfc34a8d7a6e80eb2c2304f3fb1526e012599ae42
ASoC: use snd_soc_component_init_regmap() on wm5110

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