Lines Matching refs:ucontrol
223 struct snd_ctl_elem_value *ucontrol);
225 struct snd_ctl_elem_value *ucontrol);
245 struct snd_ctl_elem_value *ucontrol) in wm_adsp_fw_get() argument
251 ucontrol->value.enumerated.item[0] = adsp[e->shift_l].fw; in wm_adsp_fw_get()
257 struct snd_ctl_elem_value *ucontrol) in wm_adsp_fw_put() argument
263 if (ucontrol->value.enumerated.item[0] == adsp[e->shift_l].fw) in wm_adsp_fw_put()
266 if (ucontrol->value.enumerated.item[0] >= WM_ADSP_NUM_FW) in wm_adsp_fw_put()
272 adsp[e->shift_l].fw = ucontrol->value.enumerated.item[0]; in wm_adsp_fw_put()
416 struct snd_ctl_elem_value *ucontrol) in wm_coeff_put() argument
419 char *p = ucontrol->value.bytes.data; in wm_coeff_put()
471 struct snd_ctl_elem_value *ucontrol) in wm_coeff_get() argument
474 char *p = ucontrol->value.bytes.data; in wm_coeff_get()