Searched refs:snd_hda_pin_sense (Results 1 – 3 of 3) sorted by relevance
66 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
205 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense() function214 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()
1600 present = snd_hda_pin_sense(codec, pin_nid); in hdmi_present_sense()