From fa5c70eb4156d2ad62d8a5ac7d075b68f76ce4c0 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Fri, 28 Jul 2017 16:48:32 +0900 Subject: [PATCH] ARM64: tizen_bcmrpi3_defconfig: enable USB audio driver Activate ALSA USB related settings. Change-Id: I03d6c9cd9eb6e55667f7bd92717b6beeb304aa1b Signed-off-by: Hackseung Lee [jcsing.lee: adjust commit message] Signed-off-by: Jaechul Lee --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 516de90..720f511 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -2334,6 +2334,8 @@ CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_PCM_ELD=y CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_HWDEP=y +CONFIG_SND_RAWMIDI=y CONFIG_SND_JACK=y CONFIG_SND_JACK_INPUT_DEV=y # CONFIG_SND_SEQUENCER is not set @@ -2365,7 +2367,7 @@ CONFIG_SND_DRIVERS=y CONFIG_SND_HDA_PREALLOC_SIZE=64 CONFIG_SND_SPI=y CONFIG_SND_USB=y -# CONFIG_SND_USB_AUDIO is not set +CONFIG_SND_USB_AUDIO=y # CONFIG_SND_USB_UA101 is not set # CONFIG_SND_USB_CAIAQ is not set # CONFIG_SND_USB_6FIRE is not set -- 2.7.4