ASoC: use snd_soc_component_init_regmap() on wm8998
authorKuninori Morimoto <[email protected]>
Tue, 28 Nov 2017 06:03:32 +0000 (06:03 +0000)
committerMark Brown <[email protected]>
Mon, 4 Dec 2017 17:30:47 +0000 (17:30 +0000)
commitc6766aae8e08008a8860271448f22ab71cb848b4
tree6fef2946a36406017a67cee512ada7f2e638f13b
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: use snd_soc_component_init_regmap() on wm8998

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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/wm8998.c