Ignore:
Timestamp:
Jul 23, 2006, 11:54:27 AM (19 years ago)
Author:
vladest
Message:

Provide sources to latest exist binary. See changelog for changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/control.h

    r32 r77  
    4040    snd_kcontrol_get_t *get;
    4141    snd_kcontrol_put_t *put;
     42    unsigned int *tlv;
    4243    unsigned long private_value;
    4344};
     
    5556        snd_kcontrol_info_t *info;
    5657        snd_kcontrol_get_t *get;
    57         snd_kcontrol_put_t *put;
     58        snd_kcontrol_put_t *put;
     59        unsigned int *tlv;
    5860        unsigned long private_value;
    5961#ifdef TARGET_OS2
Note: See TracChangeset for help on using the changeset viewer.