Lines Matching refs:ucontrol

2923 			  struct snd_ctl_elem_value *ucontrol)  in tuning_ctl_get()  argument
2928 long *valp = ucontrol->value.integer.value; in tuning_ctl_get()
2949 struct snd_ctl_elem_value *ucontrol) in voice_focus_ctl_put() argument
2954 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put()
2984 struct snd_ctl_elem_value *ucontrol) in mic_svm_ctl_put() argument
2989 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put()
3019 struct snd_ctl_elem_value *ucontrol) in equalizer_ctl_put() argument
3024 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put()
3519 struct snd_ctl_elem_value *ucontrol) in ca0132_vnode_switch_set() argument
3566 ret = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol); in ca0132_vnode_switch_set()
3592 struct snd_ctl_elem_value *ucontrol) in ca0132_voicefx_get() argument
3597 ucontrol->value.enumerated.item[0] = spec->voicefx_val; in ca0132_voicefx_get()
3602 struct snd_ctl_elem_value *ucontrol) in ca0132_voicefx_put() argument
3607 int sel = ucontrol->value.enumerated.item[0]; in ca0132_voicefx_put()
3639 struct snd_ctl_elem_value *ucontrol) in ca0132_switch_get() argument
3645 long *valp = ucontrol->value.integer.value; in ca0132_switch_get()
3676 struct snd_ctl_elem_value *ucontrol) in ca0132_switch_put() argument
3682 long *valp = ucontrol->value.integer.value; in ca0132_switch_put()
3699 changed = ca0132_vnode_switch_set(kcontrol, ucontrol); in ca0132_switch_put()
3782 struct snd_ctl_elem_value *ucontrol) in ca0132_volume_get() argument
3788 long *valp = ucontrol->value.integer.value; in ca0132_volume_get()
3803 struct snd_ctl_elem_value *ucontrol) in ca0132_volume_put() argument
3809 long *valp = ucontrol->value.integer.value; in ca0132_volume_put()
3835 changed = snd_hda_mixer_amp_volume_put(kcontrol, ucontrol); in ca0132_volume_put()