fix path to usb audio module
SVN-Revision: 6364
This commit is contained in:
parent
1c1aee5e7c
commit
df6e68a841
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ endef
|
|||
|
||||
define KernelPackage/usb-audio/2.6
|
||||
KCONFIG:=$(CONFIG_SND_USB_AUDIO)
|
||||
FILES:=$(MODULES_DIR)/kernel/drivers/usb/class/audio.ko
|
||||
FILES:=$(MODULES_DIR)/kernel/sound/usb/snd-usb-audio.ko
|
||||
endef
|
||||
$(eval $(call KernelPackage,usb-audio))
|
||||
|
||||
|
|
Loading…
Reference in a new issue