diff options
author | Bard Liao <bardliao@realtek.com> | 2014-06-30 08:31:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-02 15:49:25 -0400 |
commit | 5e8351de740d9eff26cc146a6591a4e7517496b0 (patch) | |
tree | 80ef0b5eb837282e8b78259471211375a88e9ded /sound/soc/codecs/Kconfig | |
parent | 099d334e3d5c0b26480dffc44fe6272c90898237 (diff) |
ASoC: add RT5670 CODEC driver
This patch adds a minimum support of Realtek ALC5670 codec.
Signed-off-by: Bard Liao <bardliao@realtek.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 9d88845dc7c4..f31b132e75c5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -78,6 +78,7 @@ config SND_SOC_ALL_CODECS | |||
78 | select SND_SOC_RT5640 if I2C | 78 | select SND_SOC_RT5640 if I2C |
79 | select SND_SOC_RT5645 if I2C | 79 | select SND_SOC_RT5645 if I2C |
80 | select SND_SOC_RT5651 if I2C | 80 | select SND_SOC_RT5651 if I2C |
81 | select SND_SOC_RT5670 if I2C | ||
81 | select SND_SOC_RT5677 if I2C | 82 | select SND_SOC_RT5677 if I2C |
82 | select SND_SOC_SGTL5000 if I2C | 83 | select SND_SOC_SGTL5000 if I2C |
83 | select SND_SOC_SI476X if MFD_SI476X_CORE | 84 | select SND_SOC_SI476X if MFD_SI476X_CORE |
@@ -445,10 +446,12 @@ config SND_SOC_RL6231 | |||
445 | default y if SND_SOC_RT5640=y | 446 | default y if SND_SOC_RT5640=y |
446 | default y if SND_SOC_RT5645=y | 447 | default y if SND_SOC_RT5645=y |
447 | default y if SND_SOC_RT5651=y | 448 | default y if SND_SOC_RT5651=y |
449 | default y if SND_SOC_RT5670=y | ||
448 | default y if SND_SOC_RT5677=y | 450 | default y if SND_SOC_RT5677=y |
449 | default m if SND_SOC_RT5640=m | 451 | default m if SND_SOC_RT5640=m |
450 | default m if SND_SOC_RT5645=m | 452 | default m if SND_SOC_RT5645=m |
451 | default m if SND_SOC_RT5651=m | 453 | default m if SND_SOC_RT5651=m |
454 | default m if SND_SOC_RT5670=m | ||
452 | default m if SND_SOC_RT5677=m | 455 | default m if SND_SOC_RT5677=m |
453 | 456 | ||
454 | config SND_SOC_RT5631 | 457 | config SND_SOC_RT5631 |
@@ -463,6 +466,9 @@ config SND_SOC_RT5645 | |||
463 | config SND_SOC_RT5651 | 466 | config SND_SOC_RT5651 |
464 | tristate | 467 | tristate |
465 | 468 | ||
469 | config SND_SOC_RT5670 | ||
470 | tristate | ||
471 | |||
466 | config SND_SOC_RT5677 | 472 | config SND_SOC_RT5677 |
467 | tristate | 473 | tristate |
468 | 474 | ||