Home
last modified time | relevance | path

Searched defs:sof_ipc_tplg_control_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/
A Dsof-audio.h125 struct sof_ipc_tplg_control_ops { struct
130 bool (*enum_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
131 int (*enum_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
132 int (*bytes_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
133 int (*bytes_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
134 int (*bytes_ext_get)(struct snd_sof_control *scontrol,
136 int (*bytes_ext_volatile_get)(struct snd_sof_control *scontrol,
138 int (*bytes_ext_put)(struct snd_sof_control *scontrol,
141 void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message);
143 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
[all …]

Completed in 6 milliseconds