Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_jack.h70 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid);
79 return snd_hda_jack_detect_state(codec, nid) != HDA_JACK_NOT_PRESENT; in snd_hda_jack_detect()
Dhda_jack.c224 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_state() function
234 EXPORT_SYMBOL_GPL(snd_hda_jack_detect_state);
Dhda_generic.c4022 return snd_hda_jack_detect_state(codec, pin) != HDA_JACK_NOT_PRESENT; in detect_pin_state()
4232 if (snd_hda_jack_detect_state(codec, nid) == HDA_JACK_PRESENT) in detect_jacks()
4433 if (snd_hda_jack_detect_state(codec, pin) == HDA_JACK_PRESENT) { in snd_hda_gen_mic_autoswitch()