Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_jack.c153 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()
[all …]
Dhda_jack.h37 unsigned int phantom_jack:1; /* a fixed, always present port? */ member
90 const char *name, bool phantom_jack,
Dpatch_hdmi.c2144 bool phantom_jack; in generic_hdmi_build_jack() local
2159 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid); in generic_hdmi_build_jack()
2160 if (phantom_jack) in generic_hdmi_build_jack()
2164 phantom_jack, 0, NULL); in generic_hdmi_build_jack()
/Linux-v5.4/include/sound/
Djack.h77 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
88 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
/Linux-v5.4/Documentation/sound/designs/
Djack-controls.rst40 phantom_jack
43 HDA jacks can set phantom_jack to true in order to create a phantom
/Linux-v5.4/sound/core/
Djack.c199 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
225 if (!phantom_jack) { in snd_jack_new()