Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_jack.c157 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()
[all …]
Dhda_jack.h38 unsigned int phantom_jack:1; /* a fixed, always present port? */ member
85 const char *name, bool phantom_jack);
Dpatch_hdmi.c2101 bool phantom_jack; in generic_hdmi_build_jack() local
2105 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid); in generic_hdmi_build_jack()
2106 if (phantom_jack) in generic_hdmi_build_jack()
2111 phantom_jack); in generic_hdmi_build_jack()
/linux-4.4.14/include/sound/
Djack.h90 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
100 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
/linux-4.4.14/Documentation/sound/alsa/
DJack-Controls.txt36 - @phantom_jack: Don't create a input device for phantom jacks.
38 HDA jacks can set phantom_jack to true in order to create a phantom
/linux-4.4.14/sound/core/
Djack.c207 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
232 if (!phantom_jack) { in snd_jack_new()