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/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 00000000000..dcd2e64e481 --- /dev/null +++ b/sound/pci/riptide/Makefile @@ -0,0 +1,3 @@ +snd-riptide-objs := riptide.o + +obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o |