Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dcontrol.c109 if (tplg_ops && tplg_ops->control && tplg_ops->control->enum_get) in snd_sof_enum_get()
110 return tplg_ops->control->enum_get(scontrol, ucontrol); in snd_sof_enum_get()
H A Dsof-audio.h153 int (*enum_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol); member
H A Dipc3-control.c722 .enum_get = sof_ipc3_enum_get,