Lines Matching refs:ucontrol
510 struct snd_ctl_elem_value *ucontrol) in qtet_mute_get() argument
515 ucontrol->value.integer.value[0] = (val) ? 0 : 1; in qtet_mute_get()
520 struct snd_ctl_elem_value *ucontrol) in qtet_mute_put() argument
525 if (ucontrol->value.integer.value[0]) { in qtet_mute_put()
556 struct snd_ctl_elem_value *ucontrol) in qtet_ain12_sw_get() argument
576 ucontrol->value.integer.value[0] = result; in qtet_ain12_sw_get()
581 struct snd_ctl_elem_value *ucontrol) in qtet_ain12_sw_put() argument
587 tmp = ucontrol->value.integer.value[0]; in qtet_ain12_sw_put()
625 struct snd_ctl_elem_value *ucontrol) in qtet_php_get() argument
631 ucontrol->value.integer.value[0] = val ? 1 : 0; in qtet_php_get()
636 struct snd_ctl_elem_value *ucontrol) in qtet_php_put() argument
641 if (ucontrol->value.integer.value[0] /* phantom on requested */ in qtet_php_put()
650 } else if (!ucontrol->value.integer.value[0] && (old & SCR_PHP_V)) { in qtet_php_put()
699 struct snd_ctl_elem_value *ucontrol) in qtet_sw_get() argument
704 ucontrol->value.integer.value[0] = in qtet_sw_get()
710 struct snd_ctl_elem_value *ucontrol) in qtet_sw_put() argument
717 if (ucontrol->value.integer.value[0]) in qtet_sw_put()