Author: blogic Date: 2016-02-16 17:25:33 +0100 (Tue, 16 Feb 2016) New Revision: 48728
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: add missing symbol to usb-audio Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2016-02-16 16:25:25 UTC (rev 48727) +++ trunk/package/kernel/linux/modules/usb.mk 2016-02-16 16:25:33 UTC (rev 48728) @@ -576,6 +576,7 @@ TITLE:=Support for USB audio devices KCONFIG:= \ CONFIG_USB_AUDIO \ + CONFIG_SND_USB=y \ CONFIG_SND_USB_AUDIO $(call AddDepends/usb) $(call AddDepends/sound) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
