@@ -415,16 +415,9 @@ CONFIG_BACKLIGHT_TEGRA_PWM=y
CONFIG_BACKLIGHT_MAX8831=y
CONFIG_SOUND=y
CONFIG_SND=y
-CONFIG_SND_HDA_INTEL=y
-CONFIG_SND_HDA_PLATFORM_DRIVER=y
-CONFIG_SND_HDA_PLATFORM_NVIDIA_TEGRA=y
-CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_SOC=y
-CONFIG_SND_SOC_TEGRA=y
-CONFIG_SND_SOC_TEGRA_RT5639=y
-CONFIG_SND_SOC_TEGRA_RT5640=y
-CONFIG_SND_SOC_TEGRA_MAX98090=y
+CONFIG_SND_GB_AUDIO=y
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_HID_A4TECH=y
@@ -2,3 +2,11 @@ config SND_SIMPLE_CARD
tristate "ASoC Simple sound card support"
help
This option enables generic simple sound card support
+
+config SND_GB_AUDIO
+ bool "Support for Greybus audio"
+ select SND_SIMPLE_CARD
+ select SND_SOC_SPDIF
+ select SND_SOC_RT5645
+ help
+ This option enabled support for Greybus audio
Add codec/simplecard support required for gb-audio to function, and remove the tegra audio drivers. Change-Id: Ic35033762d7abe9919d35e2b3ff9c6b75e8afd18 Signed-off-by: John Stultz <john.stultz@linaro.org> --- arch/arm/configs/tegra12_android_hdmi-primary_defconfig | 9 +-------- sound/soc/generic/Kconfig | 8 ++++++++ 2 files changed, 9 insertions(+), 8 deletions(-)