Lines Matching refs:valp
2954 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local
2957 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
2980 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
2985 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
2988 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
2990 idx = *valp - 20; in voice_focus_ctl_put()
3015 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
3020 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
3023 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
3025 idx = *valp; in mic_svm_ctl_put()
3050 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
3055 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
3058 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
3060 idx = *valp; in equalizer_ctl_put()
3671 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
3676 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3677 valp++; in ca0132_switch_get()
3680 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3681 valp++; in ca0132_switch_get()
3688 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
3694 *valp = spec->cur_mic_boost; in ca0132_switch_get()
3708 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
3712 nid, *valp); in ca0132_switch_put()
3718 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3719 valp++; in ca0132_switch_put()
3722 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3723 valp++; in ca0132_switch_put()
3731 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3738 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3746 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3747 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
3753 spec->cur_mic_boost = *valp; in ca0132_switch_put()
3757 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
3814 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
3818 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3819 valp++; in ca0132_volume_get()
3822 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3823 valp++; in ca0132_volume_get()
3835 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
3842 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3843 valp++; in ca0132_volume_put()
3846 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3847 valp++; in ca0132_volume_put()