kernel: fix sound-hda-core dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
934901fb3e
commit
4a5bab78a2
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ define KernelPackage/sound-hda-core
|
||||||
$(LINUX_DIR)/sound/pci/hda/snd-hda-codec.ko \
|
$(LINUX_DIR)/sound/pci/hda/snd-hda-codec.ko \
|
||||||
$(LINUX_DIR)/sound/pci/hda/snd-hda-codec-generic.ko
|
$(LINUX_DIR)/sound/pci/hda/snd-hda-codec-generic.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,snd-hda-core snd-hda-codec snd-hda-codec-generic)
|
AUTOLOAD:=$(call AutoProbe,snd-hda-core snd-hda-codec snd-hda-codec-generic)
|
||||||
$(call AddDepends/sound,kmod-regmap)
|
$(call AddDepends/sound,+kmod-regmap)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/sound-hda-core/description
|
define KernelPackage/sound-hda-core/description
|
||||||
|
|
Loading…
Reference in a new issue