Parcourir la source

kernel: fix kmod-sound-core build error

Fix build error introduced with 2ab6aac.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin il y a 9 ans
Parent
commit
578f7b9c59
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/kernel/linux/modules/sound.mk

+ 1 - 1
package/kernel/linux/modules/sound.mk

@@ -49,7 +49,7 @@ define KernelPackage/sound-core
 	CONFIG_SND_RAWMIDI \
 	CONFIG_SND_TIMER \
 	CONFIG_SND_PCM \
-	CONFIG_SND_PCM_TIMER \
+	CONFIG_SND_PCM_TIMER=y \
 	CONFIG_SND_SEQUENCER \
 	CONFIG_SND_VIRMIDI \
 	CONFIG_SND_SEQ_DUMMY \