Lines Matching refs:ucontrol
238 struct snd_ctl_elem_value *ucontrol) in via_pin_power_ctl_get() argument
243 ucontrol->value.enumerated.item[0] = spec->gen.power_down_unused; in via_pin_power_ctl_get()
248 struct snd_ctl_elem_value *ucontrol) in via_pin_power_ctl_put() argument
252 bool val = !!ucontrol->value.enumerated.item[0]; in via_pin_power_ctl_put()
518 struct snd_ctl_elem_value *ucontrol) in vt1708_jack_detect_get() argument
525 ucontrol->value.integer.value[0] = spec->vt1708_jack_detect; in vt1708_jack_detect_get()
530 struct snd_ctl_elem_value *ucontrol) in vt1708_jack_detect_put() argument
538 val = !!ucontrol->value.integer.value[0]; in vt1708_jack_detect_put()
947 struct snd_ctl_elem_value *ucontrol) in vt1716s_dmic_get() argument
955 *ucontrol->value.integer.value = index; in vt1716s_dmic_get()
961 struct snd_ctl_elem_value *ucontrol) in vt1716s_dmic_put() argument
965 int index = *ucontrol->value.integer.value; in vt1716s_dmic_put()