Lines Matching refs:snd_sof_control
87 struct snd_sof_control;
126 bool (*volume_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
127 int (*volume_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
128 bool (*switch_put)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
129 int (*switch_get)(struct snd_sof_control *scontrol, struct snd_ctl_elem_value *ucontrol);
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,
145 int (*set_up_volume_table)(struct snd_sof_control *scontrol, int tlv[SOF_TLV_ITEMS],
204 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
205 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
340 struct snd_sof_control { struct