Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

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

    r772 r777  
    8282        void *private_data;
    8383        void (*private_free)(struct snd_kcontrol *kcontrol);
    84         struct snd_kcontrol_volatile vd[];      /* volatile data */
     84        struct snd_kcontrol_volatile vd[1] __counted_by(count); /* volatile data */
    8585};
    8686
     
    141141void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, const char *name);
    142142int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, int active);
    143 struct snd_kcontrol *snd_ctl_find_numid_locked(struct snd_card *card, unsigned int numid);
    144143struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, unsigned int numid);
    145 struct snd_kcontrol *snd_ctl_find_id_locked(struct snd_card *card, const struct snd_ctl_elem_id *id);
    146144struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id);
    147145
Note: See TracChangeset for help on using the changeset viewer.