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

Modified Files:
        cs8427.h version.h 
Log Message:
Added cs8427_timeout parameter to the ICE1712 driver

Index: cs8427.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/cs8427.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cs8427.h    30 Jun 2003 14:20:03 -0000      1.6
+++ cs8427.h    20 Mar 2004 13:10:01 -0000      1.7
@@ -187,7 +187,8 @@
 #define CS8427_VER8427A                0x71
 
 int snd_cs8427_detect(snd_i2c_bus_t *bus, unsigned char addr);
-int snd_cs8427_create(snd_i2c_bus_t *bus, unsigned char addr, snd_i2c_device_t 
**r_cs8427);
+int snd_cs8427_create(snd_i2c_bus_t *bus, unsigned char addr,
+                     unsigned int reset_timeout, snd_i2c_device_t **r_cs8427);
 void snd_cs8427_reset(snd_i2c_device_t *cs8427);
 int snd_cs8427_reg_write(snd_i2c_device_t *device, unsigned char reg, unsigned char 
val);
 int snd_cs8427_reg_read(snd_i2c_device_t *device, unsigned char reg);

Index: version.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/version.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- version.h   29 Feb 2004 14:18:28 -0000      1.37
+++ version.h   20 Mar 2004 13:10:14 -0000      1.38
@@ -1,3 +1,3 @@
-/* include/version.h.  Generated by configure.  */
+/* include/version.h.  Generated automatically by configure.  */
 #define CONFIG_SND_VERSION "1.0.3"
 #define CONFIG_SND_DATE ""



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to