ALSA: Add missing dependency on CONFIG_SND_TIMER
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Jan 2016 06:05:56 +0000 (07:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2016 20:30:58 +0000 (12:30 -0800)
commit9f080d37c73948b187698c368cc87b191afd269a
tree16ed63616a74228069026e67dd9f383a73740e90
parent2f32c8c003b35510b4b4515e70046e6a6e5967ca
ALSA: Add missing dependency on CONFIG_SND_TIMER

commit 61595dca742a9ba9a4c998b9af1f468adc816275 upstream.

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: 90bbaf66ee7b ('ALSA: timer: add config item to export PCM timer disabling for expert')
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/isa/Kconfig
sound/pci/Kconfig
sound/sparc/Kconfig