Home
last modified time | relevance | path

Searched refs:phantom_jack (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_jack.c157 if (jack->phantom_jack) in jack_detect_update()
227 if (jack && jack->phantom_jack) in snd_hda_jack_detect_state()
394 const char *name, int idx, bool phantom_jack) in __snd_hda_jack_add_kctl() argument
412 jack->phantom_jack = !!phantom_jack; in __snd_hda_jack_add_kctl()
417 if (!phantom_jack) { in __snd_hda_jack_add_kctl()
474 bool phantom_jack; in add_jack_kctl() local
482 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl()
490 if (phantom_jack) in add_jack_kctl()
494 err = __snd_hda_jack_add_kctl(codec, nid, name, idx, phantom_jack); in add_jack_kctl()
498 if (!phantom_jack) in add_jack_kctl()
[all …]
Dhda_jack.h38 unsigned int phantom_jack:1; /* a fixed, always present port? */ member