From 578f7b9c597b0ea9bcf0726cc681713c0672edfe Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 5 Nov 2016 22:21:20 +0100 Subject: [PATCH] kernel: fix kmod-sound-core build error Fix build error introduced with 2ab6aac. Signed-off-by: Mathias Kresin --- package/kernel/linux/modules/sound.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 71765ed293..de5d8fc2c6 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/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 \ -- 2.30.2