Changeset 777 for GPL/trunk/alsa-kernel/include/sound/soc-dapm.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/soc-dapm.h
r772 r777 458 458 struct snd_ctl_elem_value *uncontrol); 459 459 int snd_soc_dapm_new_controls(struct snd_soc_dapm_context *dapm, 460 const struct snd_soc_dapm_widget *widget, int num);460 const struct snd_soc_dapm_widget *widget, unsigned int num); 461 461 struct snd_soc_dapm_widget *snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm, 462 462 const struct snd_soc_dapm_widget *widget); … … 719 719 struct snd_soc_dapm_widget_list { 720 720 int num_widgets; 721 struct snd_soc_dapm_widget *widgets[] ;721 struct snd_soc_dapm_widget *widgets[] __counted_by(num_widgets); 722 722 }; 723 723
Note:
See TracChangeset
for help on using the changeset viewer.