Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Djack.h60 struct snd_jack { struct
72 void (*private_free)(struct snd_jack *); argument
80 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
81 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask);
83 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent);
84 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
87 void snd_jack_report(struct snd_jack *jack, int status);
91 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new()
96 static inline int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl()
101 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report()
[all …]
H A Dsoc.h381 struct snd_jack;
703 struct snd_jack *jack;
/OK3568_Linux_fs/kernel/sound/core/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H 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()
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H 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.
/OK3568_Linux_fs/kernel/sound/x86/
H A Dintel_hdmi_audio.h131 struct snd_jack *jack;
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_jack.h45 struct snd_jack *jack;
H A Dhda_jack.c447 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
H A Dpatch_hdmi.c115 struct snd_jack *jack;
1509 static struct snd_jack *pin_idx_to_pcm_jack(struct hda_codec *codec, in pin_idx_to_pcm_jack()
1531 struct snd_jack *pcm_jack; in update_eld()
2311 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv()
2323 struct snd_jack *jack; in generic_hdmi_build_jack()
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H 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()
H A Dapq8016_sbc.c70 struct snd_jack *jack; in apq8016_sbc_dai_init()
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Dxonar_wm87x6.c86 struct snd_jack *hp_jack;