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()
387 const char *name, bool phantom_jack) in snd_hda_jack_add_kctl() argument
400 &jack->jack, true, phantom_jack); in snd_hda_jack_add_kctl()
404 jack->phantom_jack = !!phantom_jack; in snd_hda_jack_add_kctl()
422 bool phantom_jack; in add_jack_kctl() local
430 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl()
437 if (phantom_jack) in add_jack_kctl()
440 err = snd_hda_jack_add_kctl(codec, nid, name, phantom_jack); in add_jack_kctl()
444 if (!phantom_jack) in add_jack_kctl()
562 if (!jack->nid || !jack->jack_dirty || jack->phantom_jack) in snd_hda_jack_poll_all()