ASoC: use snd_soc_component_init_regmap() on msm8916
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:06:29 +0000 (06:06 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:40:08 +0000 (17:40 +0000)
commit42e193cdcb9e197e788638bd33bab3d1905815f6
tree0976e7d31104cbf43bfef1a9ae91de969946f78f
parent51f493ae71adc2c49a317a13c38e54e1cdf46005
ASoC: use snd_soc_component_init_regmap() on msm8916

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/msm8916-wcd-analog.c