Changeset 777 for GPL/trunk/alsa-kernel/include/sound/control.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/control.h
r772 r777 82 82 void *private_data; 83 83 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 */ 85 85 }; 86 86 … … 141 141 void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, const char *name); 142 142 int 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);144 143 struct 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);146 144 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id); 147 145
Note:
See TracChangeset
for help on using the changeset viewer.