From 4973284d886aad1e00d2ff2c87ebdc46d069a496 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 26 Jun 2014 10:50:52 -0300 Subject: [PATCH] Kconfig: enable snd-usb-audio module HVR950Q analog TV outputs audi via snd-usb-audio. Enable it, in order to have analog TV fully working. Signed-off-by: Mauro Carvalho Chehab --- arch/arm/configs/tizen_odroid_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index 10ea7e2..3fd2a21 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -1917,7 +1917,11 @@ CONFIG_SND_JACK=y # CONFIG_SND_DRIVERS is not set # CONFIG_SND_ARM is not set # CONFIG_SND_SPI is not set -# CONFIG_SND_USB is not set +CONFIG_SND_USB=y +CONFIG_SND_USB_AUDIO=m +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set CONFIG_SND_SOC=y # CONFIG_SND_ATMEL_SOC is not set # CONFIG_SND_DESIGNWARE_I2S is not set -- 2.7.4