Skip to content

Commit

Permalink
usb-audio: add kernel 6.6 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syb999 committed Sep 28, 2024
1 parent 91b20ea commit 02f9363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/usb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ define KernelPackage/usb-audio
CONFIG_SND_USB_AUDIO
$(call AddDepends/usb)
$(call AddDepends/sound)
DEPENDS += +LINUX_6_1:kmod-media-core
DEPENDS+=+(LINUX_6_1||LINUX_6_6):kmod-media-core
FILES:= \
$(LINUX_DIR)/sound/usb/snd-usbmidi-lib.ko \
$(LINUX_DIR)/sound/usb/snd-usb-audio.ko
Expand Down

0 comments on commit 02f9363

Please sign in to comment.