Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv30801
Modified Files:
asound.h
Log Message:
Timer: Removed ticks from info structures, more clear comments for gparams
Index: asound.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/asound.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- asound.h 2 Mar 2003 19:19:52 -0000 1.27
+++ asound.h 3 Mar 2003 17:04:35 -0000 1.28
@@ -574,7 +574,7 @@
int card; /* card number */
unsigned char id[64]; /* timer identification */
unsigned char name[80]; /* timer name */
- unsigned long ticks; /* maximum ticks between interrupts */
+ unsigned long reserved0; /* reserved for future use */
unsigned long resolution; /* average period resolution in ns */
unsigned long resolution_min; /* minimal period resolution in ns */
unsigned long resolution_max; /* maximal period resolution in ns */
@@ -584,9 +584,9 @@
struct sndrv_timer_gparams {
struct sndrv_timer_id tid; /* requested timer ID */
- unsigned long period; /* requested minimal period in ns */
- unsigned long period_num; /* requested precise period resolution (in
seconds) - numerator */
- unsigned long period_den; /* requested precise period resolution (in
seconds) - denominator */
+ unsigned long period; /* requested period duration in ns (zero = use
precise representation) */
+ unsigned long period_num; /* requested precise period duration (in
seconds) - numerator */
+ unsigned long period_den; /* requested precise period duration (in
seconds) - denominator */
unsigned char reserved[32];
};
@@ -608,7 +608,7 @@
int card; /* card number */
unsigned char id[64]; /* timer identificator */
unsigned char name[80]; /* timer name */
- unsigned long ticks; /* maximum ticks between interrupts */
+ unsigned long reserved0; /* reserved for future use */
unsigned long resolution; /* average period resolution in ns */
unsigned char reserved[64]; /* reserved */
};
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog