X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsound%2Fsoc-topology.h;h=f055c6917f6c9b3f48e0f8cb1b5299ee2bc40e8e;hb=31e9273912bf5e4c23a876b5dfe0760fbecde92c;hp=b4b896f83b94cfa2e96f8661a2a8e697e70a4c34;hpb=6f513529296fd4f696afb4354c46508abe646541;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/include/sound/soc-topology.h b/include/sound/soc-topology.h index b4b896f..f055c69 100644 --- a/include/sound/soc-topology.h +++ b/include/sound/soc-topology.h @@ -62,7 +62,7 @@ struct snd_soc_dobj { enum snd_soc_dobj_type type; unsigned int index; /* objects can belong in different groups */ struct list_head list; - struct snd_soc_tplg_ops *ops; + int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); union { struct snd_soc_dobj_control control; struct snd_soc_dobj_widget widget;