Lines Matching refs:valp
4128 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local
4131 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
4154 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
4159 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
4162 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
4164 idx = *valp - 20; in voice_focus_ctl_put()
4189 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
4194 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
4197 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
4199 idx = *valp; in mic_svm_ctl_put()
4224 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
4229 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
4232 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
4234 idx = *valp; in equalizer_ctl_put()
5538 long *valp = ucontrol->value.integer.value; in ca0132_alt_xbass_xover_slider_ctl_get() local
5542 *valp = spec->bass_redirect_xover_freq; in ca0132_alt_xbass_xover_slider_ctl_get()
5544 *valp = spec->xbass_xover_freq; in ca0132_alt_xbass_xover_slider_ctl_get()
5555 long *valp = ucontrol->value.integer.value; in ca0132_alt_slider_ctl_get() local
5558 *valp = spec->fx_ctl_val[idx]; in ca0132_alt_slider_ctl_get()
5598 long *valp = ucontrol->value.integer.value; in ca0132_alt_xbass_xover_slider_put() local
5608 if (*cur_val == *valp) in ca0132_alt_xbass_xover_slider_put()
5611 *cur_val = *valp; in ca0132_alt_xbass_xover_slider_put()
5613 idx = *valp; in ca0132_alt_xbass_xover_slider_put()
5628 long *valp = ucontrol->value.integer.value; in ca0132_alt_effect_slider_put() local
5633 if (spec->fx_ctl_val[idx] == *valp) in ca0132_alt_effect_slider_put()
5636 spec->fx_ctl_val[idx] = *valp; in ca0132_alt_effect_slider_put()
5638 idx = *valp; in ca0132_alt_effect_slider_put()
6155 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
6160 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
6161 valp++; in ca0132_switch_get()
6164 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
6165 valp++; in ca0132_switch_get()
6172 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
6178 *valp = spec->cur_mic_boost; in ca0132_switch_get()
6183 *valp = spec->zxr_gain_set; in ca0132_switch_get()
6188 *valp = spec->speaker_range_val[nid - SPEAKER_FULL_RANGE_FRONT]; in ca0132_switch_get()
6193 *valp = spec->bass_redirection_val; in ca0132_switch_get()
6207 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
6211 nid, *valp); in ca0132_switch_put()
6217 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
6218 valp++; in ca0132_switch_put()
6221 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
6222 valp++; in ca0132_switch_put()
6230 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
6237 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
6245 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
6246 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
6252 spec->cur_mic_boost = *valp; in ca0132_switch_put()
6255 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
6259 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
6266 spec->zxr_gain_set = *valp; in ca0132_switch_put()
6268 changed = zxr_headphone_gain_set(codec, *valp); in ca0132_switch_put()
6276 spec->speaker_range_val[nid - SPEAKER_FULL_RANGE_FRONT] = *valp; in ca0132_switch_put()
6284 spec->bass_redirection_val = *valp; in ca0132_switch_put()
6286 ca0132_alt_surround_set_bass_redirection(codec, *valp); in ca0132_switch_put()
6379 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
6383 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
6384 valp++; in ca0132_volume_get()
6387 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
6388 valp++; in ca0132_volume_get()
6400 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
6407 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
6408 valp++; in ca0132_volume_put()
6411 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
6412 valp++; in ca0132_volume_put()
6447 long *valp = ucontrol->value.integer.value; in ca0132_alt_volume_put() local
6462 spec->vnode_lvol[vnid - VNODE_START_NID] = *valp; in ca0132_alt_volume_put()
6463 valp++; in ca0132_alt_volume_put()
6466 spec->vnode_rvol[vnid - VNODE_START_NID] = *valp; in ca0132_alt_volume_put()
6467 valp++; in ca0132_alt_volume_put()