Lines Matching refs:ucontrol
188 struct snd_ctl_elem_value *ucontrol);
190 struct snd_ctl_elem_value *ucontrol);
553 struct snd_ctl_elem_value *ucontrol) in eqmode_get() argument
560 ucontrol->value.integer.value[0] = 1; in eqmode_get()
562 ucontrol->value.integer.value[0] = 0; in eqmode_get()
568 struct snd_ctl_elem_value *ucontrol) in eqmode_put() argument
574 if (ucontrol->value.integer.value[0] != 0 in eqmode_put()
575 && ucontrol->value.integer.value[0] != 1) in eqmode_put()
581 if (!ucontrol->value.integer.value[0]) in eqmode_put()
585 if (ucontrol->value.integer.value[0]) in eqmode_put()
600 ucontrol->value.integer.value[0] in eqmode_put()