OSDN Git Service

ASoC: use snd_soc_component_init_regmap() on atmel-classd
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 28 Nov 2017 06:06:44 +0000 (06:06 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2017 17:40:19 +0000 (17:40 +0000)
commit4b952275d2e7c6b32671a121ea5303a467bf2a0f
tree6df61af9da40a50c2821f4241ae8709a22dca086
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: use snd_soc_component_init_regmap() on atmel-classd

To setup regmap, ALSA SoC has snd_soc_component_init_regmap() and
.get_regmap. But these are duplicated feature.
This driver is using .get_regmap and set regmap by using
dev_get_regmap(), but it is automatically done by
snd_soc_component_add_unlocked(). let's remove .get_regmap.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel-classd.c