[ALSA] Add snd-riptide driver for Conexant Riptide chip

Add snd-riptide driver for Conexant Riptide chip by Peter Gruber.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Peter Gruber
2006-03-27 13:10:28 +02:00
committed by Jaroslav Kysela
parent 2125cad291
commit 109a9638f0
5 changed files with 2257 additions and 0 deletions
+13
View File
@@ -467,6 +467,19 @@ config SND_PCXHR
To compile this driver as a module, choose M here: the module
will be called snd-pcxhr.
config SND_RIPTIDE
tristate "Conexant Riptide"
depends on SND
depends on FW_LOADER
select SND_OPL3_LIB
select SND_MPU401_UART
select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Conexant Riptide chip.
To compile this driver as a module, choose M here: the module
will be called snd-riptide
config SND_RME32
tristate "RME Digi32, 32/8, 32 PRO"
depends on SND
+1
View File
@@ -62,6 +62,7 @@ obj-$(CONFIG_SND) += \
mixart/ \
nm256/ \
pcxhr/ \
riptide/ \
rme9652/ \
trident/ \
ymfpci/ \
+3
View File
@@ -0,0 +1,3 @@
snd-riptide-objs := riptide.o
obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o
File diff suppressed because it is too large Load Diff