Home
last modified time | relevance | path

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

/linux/include/sound/
A Djack.h59 struct snd_jack { struct
72 void (*private_free)(struct snd_jack *); argument
78 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
79 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask);
81 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent);
82 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
85 void snd_jack_report(struct snd_jack *jack, int status);
89 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new()
99 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report()
106 static inline void snd_jack_set_parent(struct snd_jack *jack, in snd_jack_set_parent()
[all …]
A Dsoc-jack.h84 struct snd_jack *jack;
A Dsoc.h372 struct snd_jack;
/linux/sound/core/
A Djack.c22 struct snd_jack *jack; /* pointer to struct snd_jack */
43 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect()
61 struct snd_jack *jack = device->device_data; in snd_jack_dev_free()
83 struct snd_jack *jack = device->device_data; in snd_jack_dev_register()
123 struct snd_jack *jack; in snd_jack_inject_report()
337 static int snd_jack_debugfs_add_inject_node(struct snd_jack *jack, in snd_jack_debugfs_add_inject_node()
387 static int snd_jack_debugfs_add_inject_node(struct snd_jack *jack, in snd_jack_debugfs_add_inject_node()
488 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new()
490 struct snd_jack *jack; in snd_jack_new()
507 jack = kzalloc(sizeof(struct snd_jack), GFP_KERNEL); in snd_jack_new()
[all …]
/linux/Documentation/sound/designs/
A 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/sound/soc/qcom/
A Dsc7180.c37 static void sc7180_jack_free(struct snd_jack *jack) in sc7180_jack_free()
50 struct snd_jack *jack; in sc7180_headset_init()
85 struct snd_jack *jack; in sc7180_hdmi_init()
A Dapq8016_sbc.c87 struct snd_jack *jack; in apq8016_sbc_dai_init()
A Dsdm845.c213 static void sdm845_jack_free(struct snd_jack *jack) in sdm845_jack_free()
227 struct snd_jack *jack; in sdm845_dai_init()
A Dsm8250.c36 struct snd_jack *jack; in sm8250_snd_init()
/linux/drivers/staging/greybus/
A 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/Documentation/sound/hd-audio/
A 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/sound/x86/
A Dintel_hdmi_audio.h130 struct snd_jack *jack;
/linux/sound/pci/hda/
A Dhda_jack.h46 struct snd_jack *jack;
A Dpatch_hdmi.c119 struct snd_jack *jack;
1498 static struct snd_jack *pin_idx_to_pcm_jack(struct hda_codec *codec, in pin_idx_to_pcm_jack()
1520 struct snd_jack *pcm_jack; in update_eld()
2292 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv()
2304 struct snd_jack *jack; in generic_hdmi_build_jack()
A Dhda_jack.c510 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
/linux/sound/virtio/
A Dvirtio_jack.c33 struct snd_jack *jack;
/linux/sound/pci/oxygen/
A Dxonar_wm87x6.c86 struct snd_jack *hp_jack;

Completed in 43 milliseconds