diff options
author | Peter Gruber <nokos@gmx.net> | 2006-03-27 06:10:28 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 10:58:57 -0500 |
commit | 109a9638f0fe38915838b7b9acd98e7cfa91797f (patch) | |
tree | 4cbc58ae7b65cecc57c6922aee2baad6819512e4 /sound/pci/riptide/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/riptide/Makefile')
-rw-r--r-- | sound/pci/riptide/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/riptide/Makefile b/sound/pci/riptide/Makefile new file mode 100644 index 000000000000..dcd2e64e4818 --- /dev/null +++ b/sound/pci/riptide/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | snd-riptide-objs := riptide.o | ||
2 | |||
3 | obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o | ||