Lines Matching refs:scontrol

22 	struct snd_sof_control *scontrol = sm->dobj.private;  in snd_sof_volume_get()  local
23 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_volume_get()
28 return tplg_ops->control->volume_get(scontrol, ucontrol); in snd_sof_volume_get()
37 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_put() local
38 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_volume_put()
43 return tplg_ops->control->volume_put(scontrol, ucontrol); in snd_sof_volume_put()
51 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_info() local
52 unsigned int channels = scontrol->num_channels; in snd_sof_volume_info()
74 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_get() local
75 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_switch_get()
80 return tplg_ops->control->switch_get(scontrol, ucontrol); in snd_sof_switch_get()
89 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_put() local
90 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_switch_put()
95 return tplg_ops->control->switch_put(scontrol, ucontrol); in snd_sof_switch_put()
104 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() local
105 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_enum_get()
110 return tplg_ops->control->enum_get(scontrol, ucontrol); in snd_sof_enum_get()
119 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put() local
120 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_enum_put()
125 return tplg_ops->control->enum_put(scontrol, ucontrol); in snd_sof_enum_put()
134 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_get() local
135 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_get()
140 return tplg_ops->control->bytes_get(scontrol, ucontrol); in snd_sof_bytes_get()
149 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_put() local
150 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_put()
155 return tplg_ops->control->bytes_put(scontrol, ucontrol); in snd_sof_bytes_put()
165 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_put() local
166 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_put()
175 return tplg_ops->control->bytes_ext_put(scontrol, binary_data, size); in snd_sof_bytes_ext_put()
184 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_volatile_get() local
185 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_volatile_get()
197 ret = tplg_ops->control->bytes_ext_volatile_get(scontrol, binary_data, size); in snd_sof_bytes_ext_volatile_get()
212 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_get() local
213 struct snd_soc_component *scomp = scontrol->scomp; in snd_sof_bytes_ext_get()
218 return tplg_ops->control->bytes_ext_get(scontrol, binary_data, size); in snd_sof_bytes_ext_get()