Searched refs:phantom_jack (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/hda/ |
A D | hda_jack.c | 190 if (jack->phantom_jack) in jack_detect_update() 268 if (jack && jack->phantom_jack) in snd_hda_jack_detect_state_mst() 531 int dev_id, const char *name, bool phantom_jack, in snd_hda_jack_add_kctl_mst() argument 554 &jack->jack, true, phantom_jack); in snd_hda_jack_add_kctl_mst() 558 jack->phantom_jack = !!phantom_jack; in snd_hda_jack_add_kctl_mst() 582 bool phantom_jack; in add_jack_kctl() local 592 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl() 599 if (phantom_jack) in add_jack_kctl() 602 err = snd_hda_jack_add_kctl(codec, nid, name, phantom_jack, 0, NULL); in add_jack_kctl() 606 if (!phantom_jack) in add_jack_kctl() [all …]
|
A D | hda_jack.h | 39 unsigned int phantom_jack:1; /* a fixed, always present port? */ member 161 int dev_id, const char *name, bool phantom_jack, 178 const char *name, bool phantom_jack, in snd_hda_jack_add_kctl() argument 182 name, phantom_jack, type, keymap); in snd_hda_jack_add_kctl()
|
/linux/include/sound/ |
A D | jack.h | 78 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 89 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
|
/linux/Documentation/sound/designs/ |
A D | jack-controls.rst | 40 phantom_jack 43 HDA jacks can set phantom_jack to true in order to create a phantom
|
/linux/sound/core/ |
A D | jack.c | 488 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument 518 if (!phantom_jack) { in snd_jack_new()
|
Completed in 13 milliseconds