aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-11-24 09:39:24 +0100
committerTakashi Iwai <tiwai@suse.de>2019-11-24 09:40:53 +0100
commitc6b6fc206586cc07a18595d2a3d815a806a057d0 (patch)
treeaf0762acfd605a9004b35239055a5546a4d3cc9a /sound
parentALSA: aloop: Avoid unexpected timer event callback tasklets (diff)
downloadlinux-dev-c6b6fc206586cc07a18595d2a3d815a806a057d0.tar.xz
linux-dev-c6b6fc206586cc07a18595d2a3d815a806a057d0.zip
ALSA: aloop: Fix dependency on timer API
An explicit Kconfig dependency is missing for the recent addition of the timer support. CONFIG_SND_TIMER isn't always selected by SND_PCM. Fixes: 26c53379f98d ("ALSA: aloop: Support selection of snd_timer instead of jiffies") Reported-by: kbuild test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20191124083924.14049-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index 15d6d46acf9c..577c8e03ec4d 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -92,6 +92,7 @@ config SND_DUMMY
config SND_ALOOP
tristate "Generic loopback driver (PCM)"
select SND_PCM
+ select SND_TIMER
help
Say 'Y' or 'M' to include support for the PCM loopback device.
This module returns played samples back to the user space using