Searched refs:phantom_jack (Results 1 – 2 of 2) sorted by relevance
157 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() argument412 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() local482 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 …]
38 unsigned int phantom_jack:1; /* a fixed, always present port? */ member