diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-09 15:57:51 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-09 23:10:06 +0300 |
commit | 8272115578ce02566b4c6bbe45f09d0d55f4a1c6 (patch) | |
tree | 543f421931fb6ff8f1c45ed8ebce2d3b4a9737ad /sound/pci/Kconfig | |
parent | 0181307abc1d2eb2a0dead93870bcffadddb827c (diff) | |
download | linux-8272115578ce02566b4c6bbe45f09d0d55f4a1c6.tar.xz |
ALSA: synth: Select snd-emux-synth explicitly
Instead of the non-standard way to enable the build of snd-emux-synth
module inside Makefile, rewrite Kconfig to select the item explicitly
from each driver (sbawe and emu10k1). This is the standard way.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index bc7acb489a43..9ac9326f28d6 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -482,6 +482,7 @@ config SND_EMU10K1_SEQ def_tristate SND_SEQUENCER && SND_EMU10K1 select SND_SEQ_MIDI_EMUL select SND_SEQ_VIRMIDI + select SND_SYNTH_EMUX config SND_EMU10K1X tristate "Emu10k1X (Dell OEM Version)" |