Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_jack.h102 u32 snd_hda_jack_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id);
Dhda_jack.c242 u32 snd_hda_jack_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_pin_sense() function
252 EXPORT_SYMBOL_GPL(snd_hda_jack_pin_sense);
270 else if (snd_hda_jack_pin_sense(codec, nid, dev_id) & in snd_hda_jack_detect_state_mst()
Dpatch_hdmi.c1628 present = snd_hda_jack_pin_sense(codec, pin_nid, dev_id); in hdmi_present_sense_via_verbs()