Lines Matching refs:valp
3856 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local
3859 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
3882 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
3887 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
3890 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
3892 idx = *valp - 20; in voice_focus_ctl_put()
3917 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
3922 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
3925 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
3927 idx = *valp; in mic_svm_ctl_put()
3952 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
3957 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
3960 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
3962 idx = *valp; in equalizer_ctl_put()
5173 long *valp = ucontrol->value.integer.value; in ca0132_alt_xbass_xover_slider_ctl_get() local
5175 *valp = spec->xbass_xover_freq; in ca0132_alt_xbass_xover_slider_ctl_get()
5185 long *valp = ucontrol->value.integer.value; in ca0132_alt_slider_ctl_get() local
5188 *valp = spec->fx_ctl_val[idx]; in ca0132_alt_slider_ctl_get()
5228 long *valp = ucontrol->value.integer.value; in ca0132_alt_xbass_xover_slider_put() local
5232 if (spec->xbass_xover_freq == *valp) in ca0132_alt_xbass_xover_slider_put()
5235 spec->xbass_xover_freq = *valp; in ca0132_alt_xbass_xover_slider_put()
5237 idx = *valp; in ca0132_alt_xbass_xover_slider_put()
5249 long *valp = ucontrol->value.integer.value; in ca0132_alt_effect_slider_put() local
5254 if (spec->fx_ctl_val[idx] == *valp) in ca0132_alt_effect_slider_put()
5257 spec->fx_ctl_val[idx] = *valp; in ca0132_alt_effect_slider_put()
5259 idx = *valp; in ca0132_alt_effect_slider_put()
5721 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
5726 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
5727 valp++; in ca0132_switch_get()
5730 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
5731 valp++; in ca0132_switch_get()
5738 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
5744 *valp = spec->cur_mic_boost; in ca0132_switch_get()
5758 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
5762 nid, *valp); in ca0132_switch_put()
5768 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
5769 valp++; in ca0132_switch_put()
5772 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
5773 valp++; in ca0132_switch_put()
5781 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
5788 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
5796 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
5797 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
5803 spec->cur_mic_boost = *valp; in ca0132_switch_put()
5806 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
5810 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
5817 spec->zxr_gain_set = *valp; in ca0132_switch_put()
5819 changed = zxr_headphone_gain_set(codec, *valp); in ca0132_switch_put()
5914 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
5918 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
5919 valp++; in ca0132_volume_get()
5922 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
5923 valp++; in ca0132_volume_get()
5935 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
5942 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
5943 valp++; in ca0132_volume_put()
5946 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
5947 valp++; in ca0132_volume_put()
5982 long *valp = ucontrol->value.integer.value; in ca0132_alt_volume_put() local
5997 spec->vnode_lvol[vnid - VNODE_START_NID] = *valp; in ca0132_alt_volume_put()
5998 valp++; in ca0132_alt_volume_put()
6001 spec->vnode_rvol[vnid - VNODE_START_NID] = *valp; in ca0132_alt_volume_put()
6002 valp++; in ca0132_alt_volume_put()