diff options
author | Peter Gruber <nokos@gmx.net> | 2006-03-27 13:10:28 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 17:58:57 +0200 |
commit | 109a9638f0fe38915838b7b9acd98e7cfa91797f (patch) | |
tree | 4cbc58ae7b65cecc57c6922aee2baad6819512e4 /sound/pci/Makefile | |
parent | 2125cad29100f88670a483a2291ffdbeae0cd5fc (diff) |
[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>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r-- | sound/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index a6c3cd58fe94..daa4253ed65f 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile @@ -62,6 +62,7 @@ obj-$(CONFIG_SND) += \ mixart/ \ nm256/ \ pcxhr/ \ + riptide/ \ rme9652/ \ trident/ \ ymfpci/ \ |