Searched refs:snd_hda_codec_amp_read (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_local.h123 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch,
H A Dhda_codec.c1589 * snd_hda_codec_amp_read - Read AMP value
1598 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, function
1607 EXPORT_SYMBOL_HDA(snd_hda_codec_amp_read); variable
1745 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx);
2199 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) &
2202 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) &
3948 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir,
H A Dpatch_via.c1533 int mute_l = snd_hda_codec_amp_read(codec, nid_mixer, 0,
1535 int mute_r = snd_hda_codec_amp_read(codec, nid_mixer, 1,
H A Dpatch_analog.c844 mute = snd_hda_codec_amp_read(codec, 0x1a, 0, HDA_OUTPUT, 0);
H A Dpatch_realtek.c11439 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
11486 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
12705 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
14244 if (snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0) &
H A Dpatch_sigmatel.c4966 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &

Completed in 275 milliseconds