]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: aloop: Fix dependency on timer API
authorTakashi Iwai <tiwai@suse.de>
Sun, 24 Nov 2019 08:39:24 +0000 (09:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 24 Nov 2019 08:40:53 +0000 (09:40 +0100)
commit8f175d44f4d87cae6e6a716b2ffbf2b782313f53
treeaf0762acfd605a9004b35239055a5546a4d3cc9a
parentdfdc23c2ea235ce1641d09606f2a1c3c59e95c96
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: 7303e1b6578d ("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>
sound/drivers/Kconfig