summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorThomas Niederprüm <niederp@physik.uni-kl.de>2015-01-21 23:01:53 (GMT)
committerMark Brown <broonie@kernel.org>2015-01-27 17:13:21 (GMT)
commita1be4cead9b9504aa6fc93b624975601cec8c188 (patch)
treeb9906996ec050f722fe5924462c41addd9275cea /sound/soc/codecs/Kconfig
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
downloadlinux-a1be4cead9b9504aa6fc93b624975601cec8c188.tar.xz
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/Kconfig1
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"