diff options
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 9bc7075b9d..13b0bb0dfe 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -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-generic.ko AUTOLOAD:=$(call AutoProbe,snd-hda-core snd-hda-codec snd-hda-codec-generic) - $(call AddDepends/sound,kmod-regmap) + $(call AddDepends/sound,+kmod-regmap) endef define KernelPackage/sound-hda-core/description |