Lines Matching refs:valp
1372 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_get() local
1375 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs); in snd_hda_mixer_amp_volume_get()
1377 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs); in snd_hda_mixer_amp_volume_get()
1399 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_put() local
1403 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
1404 valp++; in snd_hda_mixer_amp_volume_put()
1407 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put()
2006 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_get() local
2009 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get()
2012 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get()
2034 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_put() local
2040 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put()
2041 valp++; in snd_hda_mixer_amp_switch_put()
2046 *valp ? 0 : HDA_AMP_MUTE); in snd_hda_mixer_amp_switch_put()