Lines Matching refs:ucontrol
229 struct snd_ctl_elem_value *ucontrol);
231 struct snd_ctl_elem_value *ucontrol);
422 struct snd_ctl_elem_value *ucontrol) in wm_adsp_fw_get() argument
428 ucontrol->value.integer.value[0] = dsp[e->shift_l].fw; in wm_adsp_fw_get()
434 struct snd_ctl_elem_value *ucontrol) in wm_adsp_fw_put() argument
440 if (ucontrol->value.integer.value[0] == dsp[e->shift_l].fw) in wm_adsp_fw_put()
443 if (ucontrol->value.integer.value[0] >= WM_ADSP_NUM_FW) in wm_adsp_fw_put()
449 dsp[e->shift_l].fw = ucontrol->value.integer.value[0]; in wm_adsp_fw_put()
576 struct snd_ctl_elem_value *ucontrol) in wm_coeff_put() argument
579 char *p = ucontrol->value.bytes.data; in wm_coeff_put()
630 struct snd_ctl_elem_value *ucontrol) in wm_coeff_get() argument
633 char *p = ucontrol->value.bytes.data; in wm_coeff_get()