diff options
author | Paul Handrigan <Paul.Handrigan@cirrus.com> | 2014-06-23 17:29:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-24 16:16:13 +0100 |
commit | fb6f806967f6fe36fa40334e5551a5892d48f36f (patch) | |
tree | c97b30d89ae873c58c16453f4fc844a3eaa8f7fe /sound/soc/codecs/Kconfig | |
parent | 2b65df255c7e1f028f7b4f4d18fd41eecafad4bd (diff) | |
download | op-kernel-dev-fb6f806967f6fe36fa40334e5551a5892d48f36f.zip op-kernel-dev-fb6f806967f6fe36fa40334e5551a5892d48f36f.tar.gz |
ASoC: Add support for the CS4265 CODEC
This patch adds support for the Cirrus Logic CS4265 Stereo I2C CODEC.
Signed-off-by: Paul Handrigan <paul.handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index cbfa1e1..3960a57 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -47,6 +47,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_CS42L52 if I2C && INPUT select SND_SOC_CS42L56 if I2C && INPUT select SND_SOC_CS42L73 if I2C + select SND_SOC_CS4265 if I2C select SND_SOC_CS4270 if I2C select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI select SND_SOC_CS42XX8_I2C if I2C @@ -338,6 +339,11 @@ config SND_SOC_CS42L73 tristate "Cirrus Logic CS42L73 CODEC" depends on I2C +config SND_SOC_CS4265 + tristate "Cirrus Logic CS4265 CODEC" + depends on I2C + select REGMAP_I2C + # Cirrus Logic CS4270 Codec config SND_SOC_CS4270 tristate "Cirrus Logic CS4270 CODEC" |