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)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:15:44 +0000 (11:15 +0100)
commitb0ed529afaf36015cfe99cbd4031330c2bfd3655
tree351ddd5a2fa4bbbd07086c29fc45d6b91651cd3d
parentbe9676b8df22b7435a4dc8942e62f73c15e3689d
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>
(cherry picked from commit b8c637864a6904a9ba8e0df556d5bdf9f26b2c54)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/Kconfig
sound/soc/sh/rcar/gen.c