Searched refs:snd_hda_codec_amp_read (Results 1 – 5 of 5) sorted by relevance
/linux/sound/hda/common/ |
H A D | hda_local.h | 119 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ macro
|
H A D | codec.c | 1463 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx); in read_amp_value() 2085 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get() 2088 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get() 3470 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in snd_hda_check_amp_list_power()
|
/linux/sound/hda/codecs/ |
H A D | via.c | 303 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in is_aa_path_mute()
|
H A D | conexant.c | 441 val |= snd_hda_codec_amp_read(codec, 0x17, ch, HDA_OUTPUT, 0); in olpc_xo_update_mic_boost()
|
H A D | generic.c | 4965 if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) & in force_mute_output_path() 4966 snd_hda_codec_amp_read(codec, nid, 1, HDA_OUTPUT, 0) & in force_mute_output_path()
|