Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_jack.h68 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
Dhda_jack.c201 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense() function
210 EXPORT_SYMBOL_GPL(snd_hda_pin_sense);
225 else if (snd_hda_pin_sense(codec, nid) & AC_PINSENSE_PRESENCE) in snd_hda_jack_detect_state()
Dpatch_hdmi.c1526 present = snd_hda_pin_sense(codec, pin_nid); in hdmi_present_sense_via_verbs()