diff options
author | Thomas Niederprüm <niederp@physik.uni-kl.de> | 2015-01-22 00:01:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-27 17:13:21 +0000 |
commit | a1be4cead9b9504aa6fc93b624975601cec8c188 (patch) | |
tree | b9906996ec050f722fe5924462c41addd9275cea /sound/soc/codecs/Kconfig | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | op-kernel-dev-a1be4cead9b9504aa6fc93b624975601cec8c188.zip op-kernel-dev-a1be4cead9b9504aa6fc93b624975601cec8c188.tar.gz |
ASoC: sta32x: Convert to direct regmap API usage.
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>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8349f98..27e1e3b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -581,6 +581,7 @@ config SND_SOC_SSM4567 config SND_SOC_STA32X tristate + select REGMAP_I2C config SND_SOC_STA350 tristate "STA350 speaker amplifier" |