Lines Matching refs:ucontrol
209 struct snd_ctl_elem_value *ucontrol);
211 struct snd_ctl_elem_value *ucontrol);
527 struct snd_ctl_elem_value *ucontrol) in eqmode_get() argument
534 ucontrol->value.integer.value[0] = 1; in eqmode_get()
536 ucontrol->value.integer.value[0] = 0; in eqmode_get()
542 struct snd_ctl_elem_value *ucontrol) in eqmode_put() argument
548 if (ucontrol->value.integer.value[0] != 0 in eqmode_put()
549 && ucontrol->value.integer.value[0] != 1) in eqmode_put()
555 if (!ucontrol->value.integer.value[0]) in eqmode_put()
559 if (ucontrol->value.integer.value[0]) in eqmode_put()
576 ucontrol->value.integer.value[0] in eqmode_put()