Searched refs:valp (Results 1 – 7 of 7) sorted by relevance
/sound/synth/emux/ |
D | emux_effect.c | 100 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte() argument 108 effect += *(char*)valp; in effect_set_byte() 110 effect += *valp; in effect_set_byte() 116 *valp = (unsigned char)effect; in effect_set_byte() 121 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word() argument 128 effect += *valp; in effect_set_word() 133 *valp = (unsigned short)effect; in effect_set_word()
|
/sound/pci/hda/ |
D | patch_ca0132.c | 2963 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local 2966 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get() 2989 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local 2994 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put() 2997 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put() 2999 idx = *valp - 20; in voice_focus_ctl_put() 3024 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local 3029 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put() 3032 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put() 3034 idx = *valp; in mic_svm_ctl_put() [all …]
|
D | hda_beep.c | 339 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_put_beep() local 341 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep() 342 valp++; in snd_hda_mixer_amp_switch_put_beep() 345 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep()
|
D | hda_codec.c | 1373 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_get() local 1376 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs); in snd_hda_mixer_amp_volume_get() 1378 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs); in snd_hda_mixer_amp_volume_get() 1400 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_put() local 1404 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 1405 valp++; in snd_hda_mixer_amp_volume_put() 1408 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 2010 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_get() local 2013 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get() 2016 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get() [all …]
|
D | hda_sysfs.c | 472 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint() argument 485 *valp = val; in snd_hda_get_int_hint()
|
D | hda_local.h | 637 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp); 652 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint() argument
|
D | patch_sigmatel.c | 561 int *valp) in get_int_hint() argument 563 return !snd_hda_get_int_hint(codec, key, valp); in get_int_hint()
|