Changeset 772 for GPL/trunk/alsa-kernel/include/sound/soc-topology.h
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soc-topology.h
r717 r772 63 63 unsigned int index; /* objects can belong in different groups */ 64 64 struct list_head list; 65 struct snd_soc_tplg_ops *ops;65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); 66 66 union { 67 67 struct snd_soc_dobj_control control; … … 152 152 153 153 /* completion - called at completion of firmware loading */ 154 void (*complete)(struct snd_soc_component *);154 int (*complete)(struct snd_soc_component *comp); 155 155 156 156 /* manifest - optional to inform component of manifest */
Note:
See TracChangeset
for help on using the changeset viewer.