diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-06-03 05:25:34 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-06-22 06:28:11 -0400 |
commit | 763f356cd8de9e158836d236b3fd9dd149d696f9 (patch) | |
tree | 530fdcc8603ed001d12b157e9972b5c089237c0c /sound/pci/Kconfig | |
parent | 375389288ae55754bd7d009a30f2bb0453a5b369 (diff) |
[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 428efdbd70a1..6d7a00f34d82 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -274,6 +274,19 @@ config SND_HDSP | |||
274 | To compile this driver as a module, choose M here: the module | 274 | To compile this driver as a module, choose M here: the module |
275 | will be called snd-hdsp. | 275 | will be called snd-hdsp. |
276 | 276 | ||
277 | config SND_HDSPM | ||
278 | tristate "RME Hammerfall DSP MADI" | ||
279 | depends on SND | ||
280 | select SND_HWDEP | ||
281 | select SND_RAWMIDI | ||
282 | select SND_PCM | ||
283 | help | ||
284 | Say Y here to include support for RME Hammerfall DSP MADI | ||
285 | soundcards. | ||
286 | |||
287 | To compile this driver as a module, choose M here: the module | ||
288 | will be called snd-hdspm. | ||
289 | |||
277 | config SND_TRIDENT | 290 | config SND_TRIDENT |
278 | tristate "Trident 4D-Wave DX/NX; SiS 7018" | 291 | tristate "Trident 4D-Wave DX/NX; SiS 7018" |
279 | depends on SND | 292 | depends on SND |