Home
last modified time | relevance | path

Searched refs:bytes_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dcontrol.c139 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_get) in snd_sof_bytes_get()
140 return tplg_ops->control->bytes_get(scontrol, ucontrol); in snd_sof_bytes_get()
H A Dsof-audio.h147 int (*bytes_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol); member
H A Dipc4-control.c502 .bytes_get = sof_ipc4_bytes_get,
H A Dipc3-control.c724 .bytes_get = sof_ipc3_bytes_get,