Lines Matching refs:ucontrol
128 struct snd_ctl_elem_value *ucontrol);
130 struct snd_ctl_elem_value *ucontrol);
493 struct snd_ctl_elem_value *ucontrol) in eqmode_get() argument
500 ucontrol->value.integer.value[0] = 1; in eqmode_get()
502 ucontrol->value.integer.value[0] = 0; in eqmode_get()
508 struct snd_ctl_elem_value *ucontrol) in eqmode_put() argument
514 if (ucontrol->value.integer.value[0] != 0 in eqmode_put()
515 && ucontrol->value.integer.value[0] != 1) in eqmode_put()
521 if (!ucontrol->value.integer.value[0]) in eqmode_put()
525 if (ucontrol->value.integer.value[0]) in eqmode_put()
540 ucontrol->value.integer.value[0] in eqmode_put()