Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/sof/
Dcontrol.c154 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_put) in snd_sof_bytes_put()
155 return tplg_ops->control->bytes_put(scontrol, ucontrol); in snd_sof_bytes_put()
Dsof-audio.h144 int (*bytes_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol); member
Dipc4-control.c501 .bytes_put = sof_ipc4_bytes_put,
Dipc3-control.c723 .bytes_put = sof_ipc3_bytes_put,