Lines Matching refs:ucontrol
2949 struct snd_ctl_elem_value *ucontrol) in tuning_ctl_get() argument
2954 long *valp = ucontrol->value.integer.value; in tuning_ctl_get()
2975 struct snd_ctl_elem_value *ucontrol) in voice_focus_ctl_put() argument
2980 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put()
3010 struct snd_ctl_elem_value *ucontrol) in mic_svm_ctl_put() argument
3015 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put()
3045 struct snd_ctl_elem_value *ucontrol) in equalizer_ctl_put() argument
3050 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put()
3545 struct snd_ctl_elem_value *ucontrol) in ca0132_vnode_switch_set() argument
3592 ret = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol); in ca0132_vnode_switch_set()
3618 struct snd_ctl_elem_value *ucontrol) in ca0132_voicefx_get() argument
3623 ucontrol->value.enumerated.item[0] = spec->voicefx_val; in ca0132_voicefx_get()
3628 struct snd_ctl_elem_value *ucontrol) in ca0132_voicefx_put() argument
3633 int sel = ucontrol->value.enumerated.item[0]; in ca0132_voicefx_put()
3665 struct snd_ctl_elem_value *ucontrol) in ca0132_switch_get() argument
3671 long *valp = ucontrol->value.integer.value; in ca0132_switch_get()
3702 struct snd_ctl_elem_value *ucontrol) in ca0132_switch_put() argument
3708 long *valp = ucontrol->value.integer.value; in ca0132_switch_put()
3725 changed = ca0132_vnode_switch_set(kcontrol, ucontrol); in ca0132_switch_put()
3808 struct snd_ctl_elem_value *ucontrol) in ca0132_volume_get() argument
3814 long *valp = ucontrol->value.integer.value; in ca0132_volume_get()
3829 struct snd_ctl_elem_value *ucontrol) in ca0132_volume_put() argument
3835 long *valp = ucontrol->value.integer.value; in ca0132_volume_put()
3861 changed = snd_hda_mixer_amp_volume_put(kcontrol, ucontrol); in ca0132_volume_put()