Lines Matching refs:phantom_jack
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() 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()
616 if (!jack->nid || !jack->jack_dirty || jack->phantom_jack) in snd_hda_jack_poll_all()