| commit | 109a9638f0fe38915838b7b9acd98e7cfa91797f | [log] [tgz] |
|---|---|---|
| author | Peter Gruber <nokos@gmx.net> | Mon Mar 27 13:10:28 2006 +0200 |
| committer | Jaroslav Kysela <perex@suse.cz> | Fri Mar 31 17:58:57 2006 +0200 |
| tree | 4cbc58ae7b65cecc57c6922aee2baad6819512e4 | |
| parent | 2125cad29100f88670a483a2291ffdbeae0cd5fc [diff] [blame] |
[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>
diff --git a/sound/pci/riptide/Makefile b/sound/pci/riptide/Makefile new file mode 100644 index 0000000..dcd2e64 --- /dev/null +++ b/sound/pci/riptide/Makefile
@@ -0,0 +1,3 @@ +snd-riptide-objs := riptide.o + +obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o