diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2022-06-20 14:48:19 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 17:10:24 +0200 |
commit | 9bad3451b66d0c01105851d1514ae1ee43d60160 (patch) | |
tree | 7f420e2d066369726245f98491d68a038452c001 /package/kernel/linux/modules/sound.mk | |
parent | a74a853d0d9c716bcaf1878eecbdc3860d28c88e (diff) | |
download | upstream-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.gz upstream-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.bz2 upstream-9bad3451b66d0c01105851d1514ae1ee43d60160.zip |
kernel: clean-up after kernel 5.4 removal
These narrowments are no longer useful, since there's no lower version
than 5.10 supported in tree.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/sound.mk')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 83b3355f3f..2bfa146207 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -523,8 +523,7 @@ define KernelPackage/sound-hda-intel CONFIG_SND_HDA_INTEL FILES:= \ $(LINUX_DIR)/sound/pci/hda/snd-hda-intel.ko \ - $(LINUX_DIR)/sound/hda/snd-intel-nhlt.ko@lt5.5 \ - $(LINUX_DIR)/sound/hda/snd-intel-dspcfg.ko@ge5.5 + $(LINUX_DIR)/sound/hda/snd-intel-dspcfg.ko AUTOLOAD:=$(call AutoProbe,snd-hda-intel) $(call AddDepends/sound,kmod-sound-hda-core) endef |