Searched refs:phantom_jack (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_jack.c | 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() [all …]
|
D | hda_jack.h | 38 unsigned int phantom_jack:1; /* a fixed, always present port? */ member 85 const char *name, bool phantom_jack);
|
D | patch_hdmi.c | 2125 bool phantom_jack; in generic_hdmi_build_jack() local 2140 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid); in generic_hdmi_build_jack() 2141 if (phantom_jack) in generic_hdmi_build_jack() 2145 phantom_jack); in generic_hdmi_build_jack()
|
/Linux-v4.19/include/sound/ |
D | jack.h | 92 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 103 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
|
/Linux-v4.19/Documentation/sound/designs/ |
D | jack-controls.rst | 40 phantom_jack 43 HDA jacks can set phantom_jack to true in order to create a phantom
|
/Linux-v4.19/sound/core/ |
D | jack.c | 213 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument 239 if (!phantom_jack) { in snd_jack_new()
|