Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_jack.h63 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
Dhda_jack.c205 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense() function
214 EXPORT_SYMBOL_GPL(snd_hda_pin_sense);
229 else if (snd_hda_pin_sense(codec, nid) & AC_PINSENSE_PRESENCE) in snd_hda_jack_detect_state()
Dpatch_hdmi.c1556 present = snd_hda_pin_sense(codec, pin_nid); in hdmi_present_sense()