Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_eld.c320 present = snd_hda_pin_sense(codec, nid); in hdmi_eld_valid()
Dhda_local.h493 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
Dhda_codec.c1525 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense() function
1538 EXPORT_SYMBOL_HDA(snd_hda_pin_sense);
1549 u32 sense = snd_hda_pin_sense(codec, nid); in snd_hda_jack_detect()
Dpatch_hdmi.c903 int present = snd_hda_pin_sense(codec, pin_nid); in hdmi_present_sense()