Lines Matching refs:ucontrol
515 struct snd_ctl_elem_value *ucontrol) in qtet_mute_get() argument
520 ucontrol->value.integer.value[0] = (val) ? 0 : 1; in qtet_mute_get()
525 struct snd_ctl_elem_value *ucontrol) in qtet_mute_put() argument
530 if (ucontrol->value.integer.value[0]) { in qtet_mute_put()
561 struct snd_ctl_elem_value *ucontrol) in qtet_ain12_sw_get() argument
581 ucontrol->value.integer.value[0] = result; in qtet_ain12_sw_get()
586 struct snd_ctl_elem_value *ucontrol) in qtet_ain12_sw_put() argument
592 tmp = ucontrol->value.integer.value[0]; in qtet_ain12_sw_put()
630 struct snd_ctl_elem_value *ucontrol) in qtet_php_get() argument
636 ucontrol->value.integer.value[0] = val ? 1 : 0; in qtet_php_get()
641 struct snd_ctl_elem_value *ucontrol) in qtet_php_put() argument
646 if (ucontrol->value.integer.value[0] /* phantom on requested */ in qtet_php_put()
655 } else if (!ucontrol->value.integer.value[0] && (old & SCR_PHP_V)) { in qtet_php_put()
704 struct snd_ctl_elem_value *ucontrol) in qtet_sw_get() argument
709 ucontrol->value.integer.value[0] = in qtet_sw_get()
715 struct snd_ctl_elem_value *ucontrol) in qtet_sw_put() argument
722 if (ucontrol->value.integer.value[0]) in qtet_sw_put()