[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>
This commit is contained in:
Takashi Iwai
2005-06-03 11:25:34 +02:00
committed by Jaroslav Kysela
parent 375389288a
commit 763f356cd8
4 changed files with 3817 additions and 0 deletions

View File

@@ -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

View File

@@ -5,7 +5,9 @@
snd-rme9652-objs := rme9652.o
snd-hdsp-objs := hdsp.o
snd-hdspm-objs := hdspm.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o

3671
sound/pci/rme9652/hdspm.c Normal file

File diff suppressed because it is too large Load Diff