summaryrefslogtreecommitdiff
path: root/sound/soc/sh/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-07-29 07:37:31 (GMT)
committerMark Brown <broonie@linaro.org>2014-07-29 12:07:00 (GMT)
commitb8c637864a6904a9ba8e0df556d5bdf9f26b2c54 (patch)
treec38aa4ae72441edf1684d789c8036893158ac1b7 /sound/soc/sh/Kconfig
parentd62a3dcd4d75b1713d12697afdbffaf9a9da8f43 (diff)
downloadlinux-b8c637864a6904a9ba8e0df556d5bdf9f26b2c54.tar.xz
ASoC: rsnd: use regmap_mmio instead of original regmap bus
Current rsnd driver is using regmap and regmap_field. It used original regmap bus which is single regmap instance for multi register mapping. This patch modifies it to use regmap_mmio bus, and tidyuped probe method Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r--sound/soc/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index b43fdf0..80245b6 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -37,7 +37,7 @@ config SND_SOC_SH4_SIU
config SND_SOC_RCAR
tristate "R-Car series SRU/SCU/SSIU/SSI support"
select SND_SIMPLE_CARD
- select REGMAP
+ select REGMAP_MMIO
help
This option enables R-Car SUR/SCU/SSIU/SSI sound support