Skip to content

Commit

Permalink
ASoC: rsnd: use regmap_mmio instead of original regmap bus
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jul 29, 2014
1 parent d62a3dc commit b8c6378
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 252 deletions.
2 changes: 1 addition & 1 deletion sound/soc/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit b8c6378

Please sign in to comment.