Home
last modified time | relevance | path

Searched refs:snd_hda_codec_amp_read (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/pci/hda/
Dhda_local.h117 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ macro
Dhda_codec.c1442 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx); in read_amp_value()
2142 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get()
2145 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get()
3471 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in snd_hda_check_amp_list_power()
Dpatch_conexant.c343 val |= snd_hda_codec_amp_read(codec, 0x17, ch, HDA_OUTPUT, 0); in olpc_xo_update_mic_boost()
Dpatch_via.c302 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in is_aa_path_mute()