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/soc-dapm.h

    r772 r777  
    458458        struct snd_ctl_elem_value *uncontrol);
    459459int 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);
    461461struct snd_soc_dapm_widget *snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
    462462                const struct snd_soc_dapm_widget *widget);
     
    719719struct snd_soc_dapm_widget_list {
    720720        int num_widgets;
    721         struct snd_soc_dapm_widget *widgets[];
     721        struct snd_soc_dapm_widget *widgets[] __counted_by(num_widgets);
    722722};
    723723
Note: See TracChangeset for help on using the changeset viewer.