]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: use snd_soc_component_init_regmap() on cq93vc
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:05:46 +0000 (06:05 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:38:49 +0000 (17:38 +0000)
commit60e1780ef27c626c7eaabae6103a218102b6e6ba
tree07768f941c429d18499593eb04d8e82088985403
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: use snd_soc_component_init_regmap() on cq93vc

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