diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2012-01-27 10:10:23 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-30 16:50:55 -0500 |
commit | 394d2bbae3dbde0972b90415fc4b5628bbfd700f (patch) | |
tree | 636760ae79af3892dab34114582f497190db3a42 /sound/soc/codecs/Kconfig | |
parent | ffa8d9df55206b72c94b33138e1feaafcaeaffdb (diff) |
ASoC: max9768: add driver for max9768 amplifier
Add a driver supporting the volume control and the mute pin. Shdn pin
and DAPM are not taken care of yet.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 39aec3c12cff..6508e8b790bb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -40,6 +40,7 @@ config SND_SOC_ALL_CODECS | |||
40 | select SND_SOC_MAX98088 if I2C | 40 | select SND_SOC_MAX98088 if I2C |
41 | select SND_SOC_MAX98095 if I2C | 41 | select SND_SOC_MAX98095 if I2C |
42 | select SND_SOC_MAX9850 if I2C | 42 | select SND_SOC_MAX9850 if I2C |
43 | select SND_SOC_MAX9768 if I2C | ||
43 | select SND_SOC_MAX9877 if I2C | 44 | select SND_SOC_MAX9877 if I2C |
44 | select SND_SOC_PCM3008 | 45 | select SND_SOC_PCM3008 |
45 | select SND_SOC_RT5631 if I2C | 46 | select SND_SOC_RT5631 if I2C |
@@ -429,6 +430,9 @@ config SND_SOC_WM9713 | |||
429 | config SND_SOC_LM4857 | 430 | config SND_SOC_LM4857 |
430 | tristate | 431 | tristate |
431 | 432 | ||
433 | config SND_SOC_MAX9768 | ||
434 | tristate | ||
435 | |||
432 | config SND_SOC_MAX9877 | 436 | config SND_SOC_MAX9877 |
433 | tristate | 437 | tristate |
434 | 438 | ||