• Home
  • Raw
  • Download

Lines Matching refs:valp

2987 	long *valp = ucontrol->value.integer.value;  in tuning_ctl_get()  local
2990 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get()
3013 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local
3018 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put()
3021 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put()
3023 idx = *valp - 20; in voice_focus_ctl_put()
3048 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local
3053 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put()
3056 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put()
3058 idx = *valp; in mic_svm_ctl_put()
3083 long *valp = ucontrol->value.integer.value; in equalizer_ctl_put() local
3088 if (spec->cur_ctl_vals[idx] == *valp) in equalizer_ctl_put()
3091 spec->cur_ctl_vals[idx] = *valp; in equalizer_ctl_put()
3093 idx = *valp; in equalizer_ctl_put()
3698 long *valp = ucontrol->value.integer.value; in ca0132_switch_get() local
3703 *valp = spec->vnode_lswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3704 valp++; in ca0132_switch_get()
3707 *valp = spec->vnode_rswitch[nid - VNODE_START_NID]; in ca0132_switch_get()
3708 valp++; in ca0132_switch_get()
3715 *valp = spec->effects_switch[nid - EFFECT_START_NID]; in ca0132_switch_get()
3721 *valp = spec->cur_mic_boost; in ca0132_switch_get()
3735 long *valp = ucontrol->value.integer.value; in ca0132_switch_put() local
3739 nid, *valp); in ca0132_switch_put()
3745 spec->vnode_lswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3746 valp++; in ca0132_switch_put()
3749 spec->vnode_rswitch[nid - VNODE_START_NID] = *valp; in ca0132_switch_put()
3750 valp++; in ca0132_switch_put()
3758 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3765 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3773 spec->effects_switch[nid - EFFECT_START_NID] = *valp; in ca0132_switch_put()
3774 changed = ca0132_effects_set(codec, nid, *valp); in ca0132_switch_put()
3780 spec->cur_mic_boost = *valp; in ca0132_switch_put()
3784 changed = ca0132_mic_boost_set(codec, *valp); in ca0132_switch_put()
3841 long *valp = ucontrol->value.integer.value; in ca0132_volume_get() local
3845 *valp = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3846 valp++; in ca0132_volume_get()
3849 *valp = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_volume_get()
3850 valp++; in ca0132_volume_get()
3862 long *valp = ucontrol->value.integer.value; in ca0132_volume_put() local
3869 spec->vnode_lvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3870 valp++; in ca0132_volume_put()
3873 spec->vnode_rvol[nid - VNODE_START_NID] = *valp; in ca0132_volume_put()
3874 valp++; in ca0132_volume_put()