Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27359/pci

Modified Files:
        Kconfig Makefile 
Log Message:
- added snd-mixart driver for Digigram miXart boards.


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/Kconfig,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Kconfig     29 Jan 2004 14:50:33 -0000      1.13
+++ Kconfig     9 Feb 2004 17:40:48 -0000       1.14
@@ -55,6 +55,12 @@
        help
          Say 'Y' or 'M' to include support for Korg 1212IO.
 
+config SND_MIXART
+       tristate "Digigram miXart"
+       depends on SND
+       help
+         Say 'Y' or 'M' to include support for Digigram miXart soundcard.
+
 config SND_NM256
        tristate "NeoMagic NM256AV/ZX"
        depends on SND

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile    28 Jan 2004 18:55:20 -0000      1.12
+++ Makefile    9 Feb 2004 17:40:48 -0000       1.13
@@ -38,4 +38,16 @@
 obj-$(CONFIG_SND_SONICVIBES) += snd-sonicvibes.o
 obj-$(CONFIG_SND_VIA82XX) += snd-via82xx.o
 
-obj-$(CONFIG_SND) += ac97/ ali5451/ cs46xx/ emu10k1/ korg1212/ nm256/ rme9652/ 
trident/ ymfpci/ ice1712/ vx222/
+obj-$(CONFIG_SND) += \
+       ac97/ \
+       ali5451/ \
+       cs46xx/ \
+       emu10k1/ \
+       ice1712/ \
+       korg1212/ \
+       mixart/ \
+       nm256/ \
+       rme9652/ \
+       trident/ \
+       ymfpci/ \
+       vx222/



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to