From: blogic Date: Tue, 16 Feb 2016 16:25:33 +0000 (+0000) Subject: kernel: add missing symbol to usb-audio X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=64840bae39c8fa6d4357c536e0a7cd6b97030f5d kernel: add missing symbol to usb-audio Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48728 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 822182902c..d3abe18c4f 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -576,6 +576,7 @@ define KernelPackage/usb-audio TITLE:=Support for USB audio devices KCONFIG:= \ CONFIG_USB_AUDIO \ + CONFIG_SND_USB=y \ CONFIG_SND_USB_AUDIO $(call AddDepends/usb) $(call AddDepends/sound)