Lines Matching refs:ucontrol
241 struct snd_ctl_elem_value *ucontrol) in via_pin_power_ctl_get() argument
246 ucontrol->value.enumerated.item[0] = spec->gen.power_down_unused; in via_pin_power_ctl_get()
251 struct snd_ctl_elem_value *ucontrol) in via_pin_power_ctl_put() argument
255 bool val = !!ucontrol->value.enumerated.item[0]; in via_pin_power_ctl_put()
520 struct snd_ctl_elem_value *ucontrol) in vt1708_jack_detect_get() argument
527 ucontrol->value.integer.value[0] = spec->vt1708_jack_detect; in vt1708_jack_detect_get()
532 struct snd_ctl_elem_value *ucontrol) in vt1708_jack_detect_put() argument
540 val = !!ucontrol->value.integer.value[0]; in vt1708_jack_detect_put()
932 struct snd_ctl_elem_value *ucontrol) in vt1716s_dmic_get() argument
940 *ucontrol->value.integer.value = index; in vt1716s_dmic_get()
946 struct snd_ctl_elem_value *ucontrol) in vt1716s_dmic_put() argument
950 int index = *ucontrol->value.integer.value; in vt1716s_dmic_put()