Skip to content

Commit

Permalink
ASoC: sta32x: Convert to direct regmap API usage.
Browse files Browse the repository at this point in the history
use the regmap API directly rather than relying on the snd_soc_read/write
functions as this seems to be in accordance with common practice.

Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Thomas Niederprüm authored and Mark Brown committed Jan 27, 2015
1 parent 97bf6af commit a1be4ce
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 120 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ config SND_SOC_SSM4567

config SND_SOC_STA32X
tristate
select REGMAP_I2C

config SND_SOC_STA350
tristate "STA350 speaker amplifier"
Expand Down
Loading

0 comments on commit a1be4ce

Please sign in to comment.