Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dcontrol.c42 if (tplg_ops->control->volume_put) in snd_sof_volume_put()
43 return tplg_ops->control->volume_put(scontrol, ucontrol); in snd_sof_volume_put()
Dipc4-control.c212 .volume_put = sof_ipc4_volume_put,
Dsof-audio.h104 bool (*volume_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol); member
Dipc3-control.c695 .volume_put = sof_ipc3_volume_put,