Changeset 695 for GPL/trunk/alsa-kernel/include/sound/soc-topology.h
- Timestamp:
- Aug 21, 2021, 3:35:34 AM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 691-694
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soc-topology.h
r679 r695 31 31 struct snd_soc_dai; 32 32 struct 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 */36 33 37 34 /* dynamic object type */ … … 182 179 /* Dynamic Object loading and removal for component drivers */ 183 180 int 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); 182 int snd_soc_tplg_component_remove(struct snd_soc_component *comp); 192 183 193 184 /* Binds event handlers to dynamic widgets */
Note:
See TracChangeset
for help on using the changeset viewer.