From 6ef43b796a86c4a6281d9beb813ca795fb47a608 Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Mon, 2 Mar 2020 16:51:40 -0800 Subject: [PATCH] ANDROID: GKI: Added missing SND configs Bug: 150620456 Test: Treehugger Signed-off-by: Ram Muthiah Change-Id: I809392ffe06327839be7574195b1f080db2d1f2e --- arch/x86/configs/gki_defconfig | 3 ++- init/Kconfig.gki | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 08b895f9257d..e8c4b6f98a91 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -279,7 +279,8 @@ CONFIG_SND_DYNAMIC_MINORS=y # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_DRIVERS is not set -# CONFIG_SND_USB is not set +CONFIG_SND_USB_AUDIO=y +CONFIG_SND_SOC=y CONFIG_HIDRAW=y CONFIG_UHID=y CONFIG_HID_APPLE=y diff --git a/init/Kconfig.gki b/init/Kconfig.gki index 0cd6cad1b6a9..0f3ba9c68388 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -29,6 +29,9 @@ config GKI_HIDDEN_CRYPTO_CONFIGS config GKI_HIDDEN_SND_CONFIGS bool "Hidden SND configs needed for GKI" select SND_VMASTER + select SND_PCM_ELD + select SND_JACK + select SND_JACK_INPUT_DEV help Dummy config option used to enable hidden SND configs. These are normally selected implicitly when a module