From: John Crispin Date: Tue, 16 Feb 2016 16:25:33 +0000 (+0000) Subject: kernel: add missing symbol to usb-audio X-Git-Tag: reboot~418 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a514faa3a99e2d3b1e47447a887801cefa5ca06b;p=openwrt%2Fstaging%2Fchunkeey.git kernel: add missing symbol to usb-audio Signed-off-by: John Crispin SVN-Revision: 48728 --- 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)