Home
last modified time | relevance | path

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

/sound/soc/sof/
Dcontrol.c217 if (tplg_ops->control->bytes_ext_get) in snd_sof_bytes_ext_get()
218 return tplg_ops->control->bytes_ext_get(scontrol, binary_data, size); in snd_sof_bytes_ext_get()
Dsof-audio.h112 int (*bytes_ext_get)(struct snd_sof_control *scontrol, member
Dipc3-control.c704 .bytes_ext_get = sof_ipc3_bytes_ext_get,