]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Add missing dependency on CONFIG_SND_TIMER
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Jan 2016 06:05:56 +0000 (07:05 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 Jan 2016 06:10:38 +0000 (07:10 +0100)
commita91c8bc2430fbb8677d6acabdcc520031a7dc72a
treead46b13da802f5eb01c7ca60d54a31cc89e9fc18
parentd8855d7d76aa66c041ccc091e4984b41993b9e17
ALSA: Add missing dependency on CONFIG_SND_TIMER

Since the build of PCM timer may be disabled via Kconfig now, each
driver that provides a timer interface needs to set CONFIG_SND_TIMER
explicitly.  Otherwise it may get a build error due to missing
symbol.

Fixes: 52e4da98ad26 ('ALSA: timer: add config item to export PCM timer disabling for expert')
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: <stable@vger.kernel.org> # v4.4+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/Kconfig
sound/pci/Kconfig
sound/sparc/Kconfig