Commit c6b6fc20 authored by Takashi Iwai's avatar Takashi Iwai

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: 26c53379 ("ALSA: aloop: Support selection of snd_timer instead of jiffies")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191124083924.14049-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9314e44f
...@@ -92,6 +92,7 @@ config SND_DUMMY ...@@ -92,6 +92,7 @@ config SND_DUMMY
config SND_ALOOP config SND_ALOOP
tristate "Generic loopback driver (PCM)" tristate "Generic loopback driver (PCM)"
select SND_PCM select SND_PCM
select SND_TIMER
help help
Say 'Y' or 'M' to include support for the PCM loopback device. Say 'Y' or 'M' to include support for the PCM loopback device.
This module returns played samples back to the user space using This module returns played samples back to the user space using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment