Lines Matching refs:valp
1575 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_get() local
1578 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs); in snd_hda_mixer_amp_volume_get()
1580 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs); in snd_hda_mixer_amp_volume_get()
1602 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_put() local
1606 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1607 valp++; in snd_hda_mixer_amp_volume_put()
1610 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
2209 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_get() local
2212 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get()
2215 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get()
2237 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_put() local
2243 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put()
2244 valp++; in snd_hda_mixer_amp_switch_put()
2249 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put()