Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv3379/include
Modified Files: control.h Log Message: Optimized allocation of volatile data Index: control.h =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/include/control.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- control.h 1 Apr 2003 13:55:43 -0000 1.6 +++ control.h 2 Apr 2003 13:11:47 -0000 1.7 @@ -66,13 +66,13 @@ struct list_head list; /* list of controls */ snd_ctl_elem_id_t id; unsigned int count; /* count of same elements */ - snd_kcontrol_volatile_t *vd; /* volatile data */ snd_kcontrol_info_t *info; snd_kcontrol_get_t *get; snd_kcontrol_put_t *put; unsigned long private_value; void *private_data; void (*private_free)(snd_kcontrol_t *kcontrol); + snd_kcontrol_volatile_t vd[0]; /* volatile data */ }; #define snd_kcontrol(n) list_entry(n, snd_kcontrol_t, list) ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog