projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914bc16
)
ASoC: tlv320aic31xx: Add dependency for I2C and select REGMAP_I2C in Kconfig
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 25 Jul 2014 12:07:47 +0000
(15:07 +0300)
committer
Mark Brown
<broonie@linaro.org>
Fri, 25 Jul 2014 16:39:23 +0000
(17:39 +0100)
The codec can be configured via I2C and using regmap_i2c.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index cbfa1e18f65192afade5b31cccc77558b1dd050d..9115ab83c656758eea8c8b5404de0acec11b930d 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-534,6
+534,8
@@
config SND_SOC_TLV320AIC26
config SND_SOC_TLV320AIC31XX
tristate
+ depends on I2C
+ select REGMAP_I2C
config SND_SOC_TLV320AIC32X4
tristate