Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Djack.h59 struct snd_jack { struct
71 void (*private_free)(struct snd_jack *); argument
77 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
78 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask);
80 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent);
81 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
84 void snd_jack_report(struct snd_jack *jack, int status);
88 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new()
93 static inline int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl()
98 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report()
[all …]
Dsoc.h372 struct snd_jack;
692 struct snd_jack *jack;
/kernel/linux/linux-5.10/sound/core/
Djack.c35 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect()
53 struct snd_jack *jack = device->device_data; in snd_jack_dev_free()
78 struct snd_jack *jack = device->device_data; in snd_jack_dev_register()
126 static void snd_jack_kctl_add(struct snd_jack *jack, struct snd_jack_kctl *jack_kctl) in snd_jack_kctl_add()
173 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl()
202 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new()
204 struct snd_jack *jack; in snd_jack_new()
221 jack = kzalloc(sizeof(struct snd_jack), GFP_KERNEL); in snd_jack_new()
289 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent) in snd_jack_set_parent()
324 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, in snd_jack_set_key()
[all …]
/kernel/linux/linux-5.10/sound/x86/
Dintel_hdmi_audio.h131 struct snd_jack *jack;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_jack.h45 struct snd_jack *jack;
Dhda_jack.c447 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
Dpatch_hdmi.c115 struct snd_jack *jack;
1489 static struct snd_jack *pin_idx_to_pcm_jack(struct hda_codec *codec, in pin_idx_to_pcm_jack()
1511 struct snd_jack *pcm_jack; in update_eld()
2283 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv()
2295 struct snd_jack *jack; in generic_hdmi_build_jack()
/kernel/linux/linux-5.10/sound/soc/qcom/
Dapq8016_sbc.c70 struct snd_jack *jack; in apq8016_sbc_dai_init()
Dsdm845.c213 static void sdm845_jack_free(struct snd_jack *jack) in sdm845_jack_free()
227 struct snd_jack *jack; in sdm845_dai_init()
/kernel/linux/linux-5.10/sound/pci/oxygen/
Dxonar_wm87x6.c86 struct snd_jack *hp_jack;