Searched refs:snd_sof_control (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/ |
A D | sof-audio.h | 87 struct snd_sof_control; 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); 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); [all …]
|
A D | control.c | 22 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_get() 37 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_put() 51 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_info() 74 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_get() 89 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_put() 104 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() 119 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put() 134 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_get() 149 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_put() 165 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_put() [all …]
|
A D | ipc3-control.c | 15 static int sof_ipc3_set_get_kcontrol_data(struct snd_sof_control *scontrol, in sof_ipc3_set_get_kcontrol_data() 134 static int sof_ipc3_volume_get(struct snd_sof_control *scontrol, in sof_ipc3_volume_get() 152 static bool sof_ipc3_volume_put(struct snd_sof_control *scontrol, in sof_ipc3_volume_put() 185 static int sof_ipc3_switch_get(struct snd_sof_control *scontrol, in sof_ipc3_switch_get() 201 static bool sof_ipc3_switch_put(struct snd_sof_control *scontrol, in sof_ipc3_switch_put() 233 static int sof_ipc3_enum_get(struct snd_sof_control *scontrol, in sof_ipc3_enum_get() 249 static bool sof_ipc3_enum_put(struct snd_sof_control *scontrol, in sof_ipc3_enum_put() 281 static int sof_ipc3_bytes_get(struct snd_sof_control *scontrol, in sof_ipc3_bytes_get() 313 static int sof_ipc3_bytes_put(struct snd_sof_control *scontrol, in sof_ipc3_bytes_put() 546 struct snd_sof_control *scontrol; in sof_ipc3_control_update() [all …]
|
A D | ipc4-control.c | 15 static int sof_ipc4_set_get_kcontrol_data(struct snd_sof_control *scontrol, in sof_ipc4_set_get_kcontrol_data() 67 struct snd_sof_control *scontrol, bool lock) in sof_ipc4_set_volume_data() 122 static bool sof_ipc4_volume_put(struct snd_sof_control *scontrol, in sof_ipc4_volume_put() 168 static int sof_ipc4_volume_get(struct snd_sof_control *scontrol, in sof_ipc4_volume_get() 186 struct snd_sof_control *scontrol; in sof_ipc4_widget_kcontrol_setup() 203 sof_ipc4_set_up_volume_table(struct snd_sof_control *scontrol, int tlv[SOF_TLV_ITEMS], int size) in sof_ipc4_set_up_volume_table()
|
A D | topology.c | 266 static int set_up_volume_table(struct snd_sof_control *scontrol, in set_up_volume_table() 813 struct snd_sof_control *scontrol, in sof_control_load_volume() 893 struct snd_sof_control *scontrol, in sof_control_load_enum() 915 struct snd_sof_control *scontrol, in sof_control_load_bytes() 952 struct snd_sof_control *scontrol; in sof_control_load() 1025 struct snd_sof_control *scontrol = dobj->private; in sof_control_unload() 1576 struct snd_sof_control *scontrol; in sof_widget_unload() 2097 struct snd_sof_control *scontrol; in sof_set_widget_pipeline() 2125 struct snd_sof_control *scontrol; in sof_complete()
|
A D | ipc3-topology.c | 28 struct snd_sof_control *control; 721 struct snd_sof_control *scontrol; in sof_ipc3_widget_setup_comp_pga() 1651 static int sof_ipc3_control_load_bytes(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_bytes() 1714 static int sof_ipc3_control_load_volume(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_volume() 1746 static int sof_ipc3_control_load_enum(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_enum() 1764 static int sof_ipc3_control_setup(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_setup() 1783 static int sof_ipc3_control_free(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_free()
|
A D | ipc4-topology.c | 668 struct snd_sof_control *scontrol; in sof_ipc4_widget_setup_comp_pga() 1450 static int sof_ipc4_control_load_volume(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_load_volume() 1482 static int sof_ipc4_control_setup(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_setup()
|
Completed in 21 milliseconds