ASoC: rsnd: use regmap_mmio instead of original regmap bus
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 29 Jul 2014 07:37:31 +0000 (00:37 -0700)
committerMark Brown <broonie@linaro.org>
Tue, 29 Jul 2014 12:07:00 +0000 (13:07 +0100)
commitb8c637864a6904a9ba8e0df556d5bdf9f26b2c54
treec38aa4ae72441edf1684d789c8036893158ac1b7
parentd62a3dcd4d75b1713d12697afdbffaf9a9da8f43
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>
sound/soc/sh/Kconfig
sound/soc/sh/rcar/gen.c