diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-06-03 11:25:34 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-06-22 12:28:11 +0200 |
commit | 763f356cd8de9e158836d236b3fd9dd149d696f9 (patch) | |
tree | 530fdcc8603ed001d12b157e9972b5c089237c0c /sound/pci/Kconfig | |
parent | 375389288ae55754bd7d009a30f2bb0453a5b369 (diff) | |
download | op-kernel-dev-763f356cd8de9e158836d236b3fd9dd149d696f9.zip op-kernel-dev-763f356cd8de9e158836d236b3fd9dd149d696f9.tar.gz |
[ALSA] Add HDSP MADI driver
HDSPM driver,PCI drivers,RME9652 driver
Added RME Hammerfall DSP MADI driver by Winfried Ritsch.
(Moved from alsa-driver tree to mainline.)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 428efdb..6d7a00f 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -274,6 +274,19 @@ config SND_HDSP To compile this driver as a module, choose M here: the module will be called snd-hdsp. +config SND_HDSPM + tristate "RME Hammerfall DSP MADI" + depends on SND + select SND_HWDEP + select SND_RAWMIDI + select SND_PCM + help + Say Y here to include support for RME Hammerfall DSP MADI + soundcards. + + To compile this driver as a module, choose M here: the module + will be called snd-hdspm. + config SND_TRIDENT tristate "Trident 4D-Wave DX/NX; SiS 7018" depends on SND |