ASoC: use snd_soc_component_init_regmap() on wm8350
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:04:31 +0000 (06:04 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:32:31 +0000 (17:32 +0000)
commit40b84884617d9f07663862770d2574a71e313bc7
tree8193b4824aa27be2d408e1bedf60f4bb9e810bbc
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: use snd_soc_component_init_regmap() on wm8350

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