diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2015-01-16 22:16:35 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-16 22:44:56 +0100 |
commit | 53c098bfc5b614cd28c416215f5fa68815f1cce9 (patch) | |
tree | 316a608919eed16fc25ec26203e01f8483ea68ed /sound/pci/Kconfig | |
parent | a5a335336715d8648ffb1b105ea625790b9d984e (diff) | |
download | talos-obmc-linux-53c098bfc5b614cd28c416215f5fa68815f1cce9.tar.gz talos-obmc-linux-53c098bfc5b614cd28c416215f5fa68815f1cce9.zip |
ALSA: add Studio Evolution SE6X support
Add a driver for an embedded sound card.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 50dd0086cfb1..edfc1b8d553e 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -793,6 +793,15 @@ config SND_RME9652 To compile this driver as a module, choose M here: the module will be called snd-rme9652. +config SND_SE6X + tristate "Studio Evolution SE6X" + depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict + select SND_OXYGEN_LIB + select SND_PCM + select SND_MPU401_UART + help + Say Y or M here only if you actually have this sound card. + config SND_SIS7019 tristate "SiS 7019 Audio Accelerator" depends on X86_32 |