/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_jack.h | 39 unsigned int phantom_jack:1; /* a fixed, always present port? */ member 153 int dev_id, const char *name, bool phantom_jack, 161 * @phantom_jack: flag to deal as a phantom jack 170 const char *name, bool phantom_jack, in snd_hda_jack_add_kctl() 174 name, phantom_jack, type, keymap); in snd_hda_jack_add_kctl() 169 snd_hda_jack_add_kctl(struct hda_codec *codec, hda_nid_t nid, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl() argument
|
H 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() 460 * @phantom_jack: flag to deal as a phantom jack 468 int dev_id, const char *name, bool phantom_jack, in snd_hda_jack_add_kctl_mst() 491 &jack->jack, true, phantom_jack); in snd_hda_jack_add_kctl_mst() 495 jack->phantom_jack = !!phantom_jack; in snd_hda_jack_add_kctl_mst() 519 bool phantom_jack; in add_jack_kctl() local 529 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl() 536 if (phantom_jack) in add_jack_kctl() 467 snd_hda_jack_add_kctl_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl_mst() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_jack.h | 39 unsigned int phantom_jack:1; /* a fixed, always present port? */ member 162 int dev_id, const char *name, bool phantom_jack, 170 * @phantom_jack: flag to deal as a phantom jack 179 const char *name, bool phantom_jack, in snd_hda_jack_add_kctl() 183 name, phantom_jack, type, keymap); in snd_hda_jack_add_kctl() 178 snd_hda_jack_add_kctl(struct hda_codec *codec, hda_nid_t nid, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl() argument
|
H A D | hda_jack.c | 201 if (jack->phantom_jack) in jack_detect_update() 279 if (jack && jack->phantom_jack) in snd_hda_jack_detect_state_mst() 534 * @phantom_jack: flag to deal as a phantom jack 542 int dev_id, const char *name, bool phantom_jack, in snd_hda_jack_add_kctl_mst() 565 &jack->jack, true, phantom_jack); in snd_hda_jack_add_kctl_mst() 569 jack->phantom_jack = !!phantom_jack; in snd_hda_jack_add_kctl_mst() 593 bool phantom_jack; in add_jack_kctl() local 603 phantom_jack = (conn != AC_JACK_PORT_COMPLEX) || in add_jack_kctl() 610 if (phantom_jack) in add_jack_kctl() 541 snd_hda_jack_add_kctl_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl_mst() argument [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H 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() 88 snd_jack_new(struct snd_card *card, const char *id, int type, struct snd_jack **jack, bool initial_kctl, bool phantom_jack) snd_jack_new() argument
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | jack.h | 79 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 90 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 89 snd_jack_new(struct snd_card *card, const char *id, int type, struct snd_jack **jack, bool initial_kctl, bool phantom_jack) snd_jack_new() argument
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | jack.c | 202 * @phantom_jack: Don't create a input device for phantom jacks. 210 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 243 if (!phantom_jack) { in snd_jack_new() 209 snd_jack_new(struct snd_card *card, const char *id, int type, struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) snd_jack_new() argument
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | jack.c | 489 * @phantom_jack: Don't create a input device for phantom jacks. 497 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 530 if (!phantom_jack) { in snd_jack_new() 496 snd_jack_new(struct snd_card *card, const char *id, int type, struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) snd_jack_new() argument
|