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

Modified Files:
        aureon.c aureon.h 
Log Message:
Added the support of Aureon 7.1-Universe.


Index: aureon.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/aureon.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aureon.c    14 May 2004 10:49:26 -0000      1.7
+++ aureon.c    14 May 2004 11:00:23 -0000      1.8
@@ -569,5 +569,13 @@
                .eeprom_size = sizeof(aureon71_eeprom),
                .eeprom_data = aureon71_eeprom,
        },
+       {
+               .subvendor = VT1724_SUBDEVICE_AUREON71_UNIVERSE,
+               .name = "Terratec Aureon 7.1-Universe",
+               .chip_init = aureon_init,
+               .build_controls = aureon_add_controls,
+               .eeprom_size = sizeof(aureon71_eeprom),
+               .eeprom_data = aureon71_eeprom,
+       },
        { } /* terminator */
 };

Index: aureon.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/aureon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aureon.h    30 Jan 2004 16:45:54 -0000      1.2
+++ aureon.h    14 May 2004 11:00:24 -0000      1.3
@@ -25,10 +25,12 @@
  */      
 
 #define  AUREON_DEVICE_DESC           "{Terratec,Aureon 5.1 Sky},"\
-                                      "{Terratec,Aureon 7.1 Space},"
+                                      "{Terratec,Aureon 7.1 Space},"\
+                                      "{Terratec,Aureon 7.1 Universe},"
 
 #define VT1724_SUBDEVICE_AUREON51_SKY  0x3b154711      /* Aureon 5.1 Sky */
 #define VT1724_SUBDEVICE_AUREON71_SPACE        0x3b154511      /* Aureon 7.1 Space */
+#define VT1724_SUBDEVICE_AUREON71_UNIVERSE     0x3b155311      /* Aureon 7.1 Universe 
*/
 
 extern struct snd_ice1712_card_info  snd_vt1724_aureon_cards[];
 



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to