Lines Matching refs:valp

2928 	long *valp = ucontrol->value.integer.value;  in tuning_ctl_get()  local
2931 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
2954 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
2959 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
2962 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
2964 idx = *valp - 20; in voice_focus_ctl_put()
2989 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
2994 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
2997 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
2999 idx = *valp; in mic_svm_ctl_put()
3024 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
3029 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
3032 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
3034 idx = *valp; in equalizer_ctl_put()
3645 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
3650 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3651 valp++; in ca0132_switch_get()
3654 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3655 valp++; in ca0132_switch_get()
3662 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
3668 *valp = spec->cur_mic_boost; in ca0132_switch_get()
3682 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
3686 nid, *valp); in ca0132_switch_put()
3692 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3693 valp++; in ca0132_switch_put()
3696 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3697 valp++; in ca0132_switch_put()
3705 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3712 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3720 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3721 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
3727 spec->cur_mic_boost = *valp; in ca0132_switch_put()
3731 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
3788 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
3792 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3793 valp++; in ca0132_volume_get()
3796 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3797 valp++; in ca0132_volume_get()
3809 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
3816 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3817 valp++; in ca0132_volume_put()
3820 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3821 valp++; in ca0132_volume_put()