diff options
author | Chirayu Desai <cdesai@cyanogenmod.org> | 2012-03-09 16:37:06 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2013-05-05 10:47:19 +0530 |
commit | 939facfc7191b58c3d0fec275f93ed7d66a6c032 (patch) | |
tree | 29a52eb6fa4cfe32b4471076cb1ed7d0643dbdd5 /sound/soc/codecs/Kconfig | |
parent | f661100a75d28ad9ec0f3e9015794ffd69846f35 (diff) | |
download | kernel_samsung_aries-939facfc7191b58c3d0fec275f93ed7d66a6c032.zip kernel_samsung_aries-939facfc7191b58c3d0fec275f93ed7d66a6c032.tar.gz kernel_samsung_aries-939facfc7191b58c3d0fec275f93ed7d66a6c032.tar.bz2 |
add support for p1
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
Signed-off-by: Humberto Borba <humberos@gmail.com>
Signed-off-by: Koudai Aono <koxudaxi@gmail.com>
Change-Id: I2dcbaee7f17852ed3ea4a5db2d103704027fe259
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9d2b5b8..8e32533 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -89,7 +89,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM8990 if I2C select SND_SOC_WM8991 if I2C select SND_SOC_WM8993 if I2C - select SND_SOC_WM8994 if MFD_WM8994 + select SND_SOC_WM8994 if I2C && MACH_P1 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI select SND_SOC_WM9081 if I2C select SND_SOC_WM9090 if I2C @@ -130,7 +130,7 @@ config SND_SOC_AD1980 config SND_SOC_AD73311 tristate - + config SND_SOC_ADS117X tristate @@ -392,7 +392,7 @@ config SND_SOC_WM9090 menuconfig SND_WM8994_EXTENSIONS bool "WM8994 Extensions" - depends on SND_SOC_SAMSUNG_HERRING_WM8994 + depends on SND_SOC_SAMSUNG_HERRING_WM8994 || SND_SOC_SAMSUNG_P1_WM8994 default y help With this option enabled, the kernel compile an additional driver @@ -409,7 +409,7 @@ config SND_WM8994_EXTENSIONS_HP_LEVEL_CONTROL config SND_WM8994_EXTENSIONS_HP_LEVEL int "default level at boot 0-62" depends on SND_WM8994_EXTENSIONS_HP_LEVEL_CONTROL - default 54 if MACH_HERRING=y || M110S=y + default 54 if MACH_HERRING=y || MACH_P1=y || M110S=y default 47 range 0 62 help |