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)
commit61595dca742a9ba9a4c998b9af1f468adc816275
treead46b13da802f5eb01c7ca60d54a31cc89e9fc18
parent07905298e4d5777eb58516cdc242f7ac1ca387a2
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: 90bbaf66ee7b ('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