Home
last modified time | relevance | path

Searched refs:snd_jack (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/include/sound/
Djack.h59 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 …]
Dsoc-jack.h84 struct snd_jack *jack;
Dsoc.h403 struct snd_jack;
/Linux-v6.6/sound/core/
Djack.c22 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/
Djack-injection.rst19 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/
Dsc7180.c38 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()
Dsc7280.c39 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()
Dsdm845.c225 static void sdm845_jack_free(struct snd_jack *jack) in sdm845_jack_free()
240 struct snd_jack *jack; in sdm845_dai_init()
Dapq8016_sbc.c102 struct snd_jack *jack; in apq8016_dai_init()
/Linux-v6.6/sound/x86/
Dintel_hdmi_audio.h130 struct snd_jack *jack;
/Linux-v6.6/Documentation/sound/hd-audio/
Ddp-mst.rst55 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/
Daudio_module.c24 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/
Dhda_jack.h46 struct snd_jack *jack;
Dhda_jack.c521 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
Dpatch_hdmi.c121 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/
Dvirtio_jack.c33 struct snd_jack *jack;
/Linux-v6.6/sound/pci/oxygen/
Dxonar_wm87x6.c86 struct snd_jack *hp_jack;