Searched refs:snd_hda_codec_amp_read (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/sound/pci/hda/ |
D | hda_local.h | 117 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ macro
|
D | hda_codec.c | 1487 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx); in read_amp_value() 2134 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get() 2137 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get() 3493 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in snd_hda_check_amp_list_power()
|
D | patch_conexant.c | 368 val |= snd_hda_codec_amp_read(codec, 0x17, ch, HDA_OUTPUT, 0); in olpc_xo_update_mic_boost()
|
D | patch_via.c | 303 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in is_aa_path_mute()
|