Searched refs:snd_hda_jack_detect (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_conexant.c433 present = snd_hda_jack_detect(codec, nid);
830 present = snd_hda_jack_detect(codec, 0x12);
844 spec->hp_present = snd_hda_jack_detect(codec, 0x11);
1328 spec->hp_present = snd_hda_jack_detect(codec, 0x13);
1351 present = snd_hda_jack_detect(codec, 0x15);
1720 present = snd_hda_jack_detect(codec, 0x17);
1735 present = snd_hda_jack_detect(codec, 0x18);
1756 spec->hp_present = snd_hda_jack_detect(codec, 0x16);
2271 present = snd_hda_jack_detect(codec, 0x1a);
2299 present = snd_hda_jack_detect(code
[all...]
H A Dpatch_analog.c810 present = snd_hda_jack_detect(codec, 0x1f);
853 spec->jack_present = snd_hda_jack_detect(codec, 0x1a);
1651 present = snd_hda_jack_detect(codec, 0x06);
1671 present = snd_hda_jack_detect(codec, 0x08);
2641 if (snd_hda_jack_detect(codec, 0x11))
3876 present = snd_hda_jack_detect(codec, 0x11);
3888 present = snd_hda_jack_detect(codec, 0x14);
3923 present = snd_hda_jack_detect(codec, 0x11);
3925 present = snd_hda_jack_detect(codec, 0x12);
3937 if (snd_hda_jack_detect(code
[all...]
H A Dpatch_via.c586 unsigned present = snd_hda_jack_detect(codec, nid);
828 present = snd_hda_jack_detect(codec, 0x1c);
832 present = snd_hda_jack_detect(codec, 0x1d);
911 present = snd_hda_jack_detect(codec, 0x25);
932 present = snd_hda_jack_detect(codec, 0x26);
1010 present = snd_hda_jack_detect(codec, 0x25);
1030 present = snd_hda_jack_detect(codec, 0x28);
2007 present = snd_hda_jack_detect(codec, spec->autocfg.hp_pins[0]);
2033 lineout_present = snd_hda_jack_detect(codec,
2043 hp_present = snd_hda_jack_detect(code
[all...]
H A Dpatch_realtek.c1001 spec->jack_present = snd_hda_jack_detect(codec, nid);
1032 present = snd_hda_jack_detect(codec, spec->ext_mic.pin);
1069 present = snd_hda_jack_detect(codec, spec->ext_mic.pin);
1721 if (snd_hda_jack_detect(codec, nid)) {
3087 present = snd_hda_jack_detect(codec, 0x18);
5663 spec->jack_present = snd_hda_jack_detect(codec, 0x10);
5730 spec->jack_present = snd_hda_jack_detect(codec, 0x15);
5743 unsigned int bits = snd_hda_jack_detect(codec, 0x10) ? 0 : PIN_OUT;
6264 present = snd_hda_jack_detect(codec, 0x0f);
8906 unsigned char bits = snd_hda_jack_detect(code
[all...]
H A Dhda_local.h466 int snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid);
H A Dpatch_cirrus.c831 hp_present = snd_hda_jack_detect(codec, nid);
857 present = snd_hda_jack_detect(codec, nid);
H A Dhda_codec.c1535 * snd_hda_jack_detect - query pin Presence Detect status
1541 int snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) function
1546 EXPORT_SYMBOL_HDA(snd_hda_jack_detect); variable
H A Dpatch_sigmatel.c4511 return snd_hda_jack_detect(codec, nid);

Completed in 323 milliseconds