Lines Matching refs:phantom_jack
153 if (jack->phantom_jack) in jack_detect_update()
223 if (jack && jack->phantom_jack) in snd_hda_jack_detect_state()
391 const char *name, bool phantom_jack, in snd_hda_jack_add_kctl() argument
414 &jack->jack, true, phantom_jack); in snd_hda_jack_add_kctl()
418 jack->phantom_jack = !!phantom_jack; in snd_hda_jack_add_kctl()
442 bool phantom_jack; in add_jack_kctl() local
450 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl()
457 if (phantom_jack) in add_jack_kctl()
460 err = snd_hda_jack_add_kctl(codec, nid, name, phantom_jack, 0, NULL); in add_jack_kctl()
464 if (!phantom_jack) in add_jack_kctl()
588 if (!jack->nid || !jack->jack_dirty || jack->phantom_jack) in snd_hda_jack_poll_all()