Searched refs:snd_jack (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/include/sound/ |
D | jack.h | 59 struct snd_jack { struct 73 void (*private_free)(struct snd_jack *); argument 79 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 80 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask); 82 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent); 83 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, 86 void snd_jack_report(struct snd_jack *jack, int status); 90 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 95 static inline int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl() 100 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() [all …]
|
D | soc-jack.h | 84 struct snd_jack *jack;
|
D | soc.h | 403 struct snd_jack;
|
/Linux-v6.6/sound/core/ |
D | jack.c | 22 struct snd_jack *jack; /* pointer to struct snd_jack */ 43 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect() 65 struct snd_jack *jack = device->device_data; in snd_jack_dev_free() 88 struct snd_jack *jack = device->device_data; in snd_jack_dev_register() 132 struct snd_jack *jack; in snd_jack_inject_report() 346 static int snd_jack_debugfs_add_inject_node(struct snd_jack *jack, in snd_jack_debugfs_add_inject_node() 396 static int snd_jack_debugfs_add_inject_node(struct snd_jack *jack, in snd_jack_debugfs_add_inject_node() 419 static void snd_jack_kctl_add(struct snd_jack *jack, struct snd_jack_kctl *jack_kctl) in snd_jack_kctl_add() 468 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl() 497 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() [all …]
|
/Linux-v6.6/Documentation/sound/designs/ |
D | jack-injection.rst | 19 ALSA driver creates multi ``jack_kctl`` for a ``snd_jack``, here the 20 ``snd_jack`` represents a physical audio jack and the ``jack_kctl`` 24 ``jack_kctl`` instead of ``snd_jack``. 118 …read-only, get snd_jack's supported events from type (all supported events on the physical audio j…
|
/Linux-v6.6/sound/soc/qcom/ |
D | sc7180.c | 38 static void sc7180_jack_free(struct snd_jack *jack) in sc7180_jack_free() 62 struct snd_jack *jack; in sc7180_headset_init() 98 struct snd_jack *jack; in sc7180_hdmi_init()
|
D | sc7280.c | 39 static void sc7280_jack_free(struct snd_jack *jack) in sc7280_jack_free() 64 struct snd_jack *jack; in sc7280_headset_init() 120 struct snd_jack *jack; in sc7280_hdmi_init()
|
D | sdm845.c | 225 static void sdm845_jack_free(struct snd_jack *jack) in sdm845_jack_free() 240 struct snd_jack *jack; in sdm845_dai_init()
|
D | apq8016_sbc.c | 102 struct snd_jack *jack; in apq8016_dai_init()
|
/Linux-v6.6/sound/x86/ |
D | intel_hdmi_audio.h | 130 struct snd_jack *jack;
|
/Linux-v6.6/Documentation/sound/hd-audio/ |
D | dp-mst.rst | 55 Driver uses struct hdmi_pcm pcm[] array in hdmi_spec and snd_jack is 69 Will not use hda_jack but use snd_jack in spec->pcm_rec[pcm_idx].jack directly.
|
/Linux-v6.6/drivers/staging/greybus/ |
D | audio_module.c | 24 struct snd_jack *jack = module->headset.jack.jack; in gbaudio_request_jack() 25 struct snd_jack *btn_jack = module->button.jack.jack; in gbaudio_request_jack() 73 struct snd_jack *btn_jack = module->button.jack.jack; in gbaudio_request_button()
|
/Linux-v6.6/sound/pci/hda/ |
D | hda_jack.h | 46 struct snd_jack *jack;
|
D | hda_jack.c | 521 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
|
D | patch_hdmi.c | 121 struct snd_jack *jack; 1485 static struct snd_jack *pin_idx_to_pcm_jack(struct hda_codec *codec, in pin_idx_to_pcm_jack() 1507 struct snd_jack *pcm_jack; in update_eld() 2325 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv() 2336 struct snd_jack *jack; in generic_hdmi_build_jack()
|
/Linux-v6.6/sound/virtio/ |
D | virtio_jack.c | 33 struct snd_jack *jack;
|
/Linux-v6.6/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 86 struct snd_jack *hp_jack;
|