Home
last modified time | relevance | path

Searched refs:enum_put (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/soc/sof/
Dcontrol.c124 if (tplg_ops->control->enum_put) in snd_sof_enum_put()
125 return tplg_ops->control->enum_put(scontrol, ucontrol); in snd_sof_enum_put()
Dsof-audio.h108 bool (*enum_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol); member
Dipc3-control.c699 .enum_put = sof_ipc3_enum_put,