audio: enable tpa2028d and dual amic only for mako

disable tpa2028d and dual amic as default. if mako, enable both.

Change-Id: Id6b40ada3cdb9e7ddcaaf4c2c9916aeae4030617
This commit is contained in:
Devin Kim 2012-06-19 11:52:40 -07:00 committed by Iliyan Malchev
parent 2917eb3c58
commit 74312213f4
3 changed files with 7 additions and 7 deletions

View file

@ -351,8 +351,6 @@ CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_SOC=y
CONFIG_SND_SOC_MSM8960=y
CONFIG_SND_SOC_DUAL_AMIC=y
CONFIG_SND_SOC_TPA2028D=y
CONFIG_HID_APPLE=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MICROSOFT=y

View file

@ -451,6 +451,6 @@ config SND_SOC_MSM_STUB
config SND_SOC_TPA2028D
bool "Audio subsystem TPA2028D"
default y
---help---
Texas Instruments 3W Mono Class-D Audio Amplifier
default n
help
Texas Instruments 3W Mono Class-D Audio Amplifier

View file

@ -148,7 +148,9 @@ config SND_SOC_MSM8960
select SND_SOC_WCD9304
select SND_SOC_MSM_HOSTLESS_PCM
select SND_SOC_MSM_QDSP6_HDMI_AUDIO if FB_MSM_HDMI_MSM_PANEL
#select SND_SOC_CS8427
select SND_SOC_CS8427 if !MACH_APQ8064_MAKO
select SND_SOC_DUAL_AMIC if MACH_APQ8064_MAKO
select SND_SOC_TPA2028D if MACH_APQ8064_MAKO
default n
help
To add support for SoC audio on MSM8960 and APQ8064 boards
@ -202,7 +204,7 @@ config SND_SOC_MSM8660_APQ
To add support for SoC audio on APQ8060 board
config SND_SOC_DUAL_AMIC
default y
default n
bool "SoC feature for dual analog mic"
help
To add support for dual analog mic.