aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-01-27 01:05:56 -0500
committerTakashi Iwai <tiwai@suse.de>2016-01-27 01:10:38 -0500
commit61595dca742a9ba9a4c998b9af1f468adc816275 (patch)
treead46b13da802f5eb01c7ca60d54a31cc89e9fc18 /sound/pci/Kconfig
parent07905298e4d5777eb58516cdc242f7ac1ca387a2 (diff)
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>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r--sound/pci/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 656ce39bddbc..8f6594a7d37f 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -155,6 +155,7 @@ config SND_AZT3328
155 select SND_PCM 155 select SND_PCM
156 select SND_RAWMIDI 156 select SND_RAWMIDI
157 select SND_AC97_CODEC 157 select SND_AC97_CODEC
158 select SND_TIMER
158 depends on ZONE_DMA 159 depends on ZONE_DMA
159 help 160 help
160 Say Y here to include support for Aztech AZF3328 (PCI168) 161 Say Y here to include support for Aztech AZF3328 (PCI168)
@@ -463,6 +464,7 @@ config SND_EMU10K1
463 select SND_HWDEP 464 select SND_HWDEP
464 select SND_RAWMIDI 465 select SND_RAWMIDI
465 select SND_AC97_CODEC 466 select SND_AC97_CODEC
467 select SND_TIMER
466 depends on ZONE_DMA 468 depends on ZONE_DMA
467 help 469 help
468 Say Y to include support for Sound Blaster PCI 512, Live!, 470 Say Y to include support for Sound Blaster PCI 512, Live!,
@@ -889,6 +891,7 @@ config SND_YMFPCI
889 select SND_OPL3_LIB 891 select SND_OPL3_LIB
890 select SND_MPU401_UART 892 select SND_MPU401_UART
891 select SND_AC97_CODEC 893 select SND_AC97_CODEC
894 select SND_TIMER
892 help 895 help
893 Say Y here to include support for Yamaha PCI audio chips - 896 Say Y here to include support for Yamaha PCI audio chips -
894 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 897 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.