Lines Matching refs:valp
2963 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local
2966 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
2989 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
2994 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
2997 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
2999 idx = *valp - 20; in voice_focus_ctl_put()
3024 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
3029 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
3032 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
3034 idx = *valp; in mic_svm_ctl_put()
3059 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
3064 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
3067 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
3069 idx = *valp; in equalizer_ctl_put()
3680 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
3685 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3686 valp++; in ca0132_switch_get()
3689 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3690 valp++; in ca0132_switch_get()
3697 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
3703 *valp = spec->cur_mic_boost; in ca0132_switch_get()
3717 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
3721 nid, *valp); in ca0132_switch_put()
3727 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3728 valp++; in ca0132_switch_put()
3731 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3732 valp++; in ca0132_switch_put()
3740 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3747 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3755 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3756 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
3762 spec->cur_mic_boost = *valp; in ca0132_switch_put()
3766 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
3823 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
3827 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3828 valp++; in ca0132_volume_get()
3831 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3832 valp++; in ca0132_volume_get()
3844 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
3851 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3852 valp++; in ca0132_volume_put()
3855 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3856 valp++; in ca0132_volume_put()