Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_jack.h73 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid);
82 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.c4020 return snd_hda_jack_detect_state(codec, pin) != HDA_JACK_NOT_PRESENT; in detect_pin_state()
4230 if (snd_hda_jack_detect_state(codec, nid) == HDA_JACK_PRESENT) in detect_jacks()
4431 if (snd_hda_jack_detect_state(codec, pin) == HDA_JACK_PRESENT) { in snd_hda_gen_mic_autoswitch()