Ignore:
Timestamp:
Aug 21, 2021, 3:35:34 AM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/soc-topology.h

    r679 r695  
    3131struct snd_soc_dai;
    3232struct snd_soc_dapm_route;
    33 
    34 /* object scan be loaded and unloaded in groups with identfying indexes */
    35 #define SND_SOC_TPLG_INDEX_ALL  0       /* ID that matches all FW objects */
    3633
    3734/* dynamic object type */
     
    182179/* Dynamic Object loading and removal for component drivers */
    183180int snd_soc_tplg_component_load(struct snd_soc_component *comp,
    184         struct snd_soc_tplg_ops *ops, const struct firmware *fw,
    185         u32 index);
    186 int snd_soc_tplg_component_remove(struct snd_soc_component *comp, u32 index);
    187 
    188 /* Widget removal - widgets also removed wth component API */
    189 void snd_soc_tplg_widget_remove(struct snd_soc_dapm_widget *w);
    190 void snd_soc_tplg_widget_remove_all(struct snd_soc_dapm_context *dapm,
    191         u32 index);
     181        struct snd_soc_tplg_ops *ops, const struct firmware *fw);
     182int snd_soc_tplg_component_remove(struct snd_soc_component *comp);
    192183
    193184/* Binds event handlers to dynamic widgets */
Note: See TracChangeset for help on using the changeset viewer.