Searched refs:snd_jack (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/include/sound/ |
| D | jack.h | 59 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 …]
|
| D | soc.h | 384 struct snd_jack; 698 struct snd_jack *jack;
|
| /Linux-v5.4/sound/core/ |
| D | jack.c | 35 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() 75 struct snd_jack *jack = device->device_data; in snd_jack_dev_register() 123 static void snd_jack_kctl_add(struct snd_jack *jack, struct snd_jack_kctl *jack_kctl) in snd_jack_kctl_add() 170 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl() 199 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 201 struct snd_jack *jack; in snd_jack_new() 218 jack = kzalloc(sizeof(struct snd_jack), GFP_KERNEL); in snd_jack_new() 282 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent) in snd_jack_set_parent() 317 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, in snd_jack_set_key() [all …]
|
| /Linux-v5.4/sound/x86/ |
| D | intel_hdmi_audio.h | 131 struct snd_jack *jack;
|
| /Linux-v5.4/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-v5.4/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-v5.4/sound/pci/hda/ |
| D | hda_jack.h | 43 struct snd_jack *jack;
|
| D | patch_hdmi.c | 120 struct snd_jack *jack; 1569 static struct snd_jack *pin_idx_to_jack(struct hda_codec *codec, in pin_idx_to_jack() 1573 struct snd_jack *jack = NULL; in pin_idx_to_jack() 1603 struct snd_jack *jack = NULL; in sync_eld_via_acomp() 2111 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv() 2123 struct snd_jack *jack; in add_hdmi_jack_kctl()
|
| D | hda_jack.c | 371 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
|
| /Linux-v5.4/sound/soc/qcom/ |
| D | sdm845.c | 161 static void sdm845_jack_free(struct snd_jack *jack) in sdm845_jack_free() 175 struct snd_jack *jack; in sdm845_dai_init()
|
| D | apq8016_sbc.c | 69 struct snd_jack *jack; in apq8016_sbc_dai_init()
|
| /Linux-v5.4/sound/pci/oxygen/ |
| D | xonar_wm87x6.c | 86 struct snd_jack *hp_jack;
|