Searched refs:snd_jack (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/sound/ |
D | jack.h | 74 struct snd_jack { struct 86 void (*private_free)(struct snd_jack *); argument 92 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 93 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask); 95 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent); 96 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, 99 void snd_jack_report(struct snd_jack *jack, int status); 103 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 108 static inline int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl() 113 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() [all …]
|
D | soc.h | 394 struct snd_jack; 712 struct snd_jack *jack;
|
/Linux-v4.19/sound/core/ |
D | jack.c | 49 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect() 67 struct snd_jack *jack = device->device_data; in snd_jack_dev_free() 89 struct snd_jack *jack = device->device_data; in snd_jack_dev_register() 137 static void snd_jack_kctl_add(struct snd_jack *jack, struct snd_jack_kctl *jack_kctl) in snd_jack_kctl_add() 184 int snd_jack_add_new_kctl(struct snd_jack *jack, const char * name, int mask) in snd_jack_add_new_kctl() 213 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() 215 struct snd_jack *jack; in snd_jack_new() 232 jack = kzalloc(sizeof(struct snd_jack), GFP_KERNEL); in snd_jack_new() 296 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent) in snd_jack_set_parent() 331 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, in snd_jack_set_key() [all …]
|
/Linux-v4.19/sound/x86/ |
D | intel_hdmi_audio.h | 131 struct snd_jack *jack;
|
/Linux-v4.19/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-v4.19/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-v4.19/sound/pci/hda/ |
D | hda_jack.h | 43 struct snd_jack *jack;
|
D | patch_hdmi.c | 129 struct snd_jack *jack; 1558 static struct snd_jack *pin_idx_to_jack(struct hda_codec *codec, in pin_idx_to_jack() 1562 struct snd_jack *jack = NULL; in pin_idx_to_jack() 1592 struct snd_jack *jack = NULL; in sync_eld_via_acomp() 2092 static void free_hdmi_jack_priv(struct snd_jack *jack) in free_hdmi_jack_priv() 2104 struct snd_jack *jack; in add_hdmi_jack_kctl()
|
D | hda_jack.c | 369 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv()
|
/Linux-v4.19/sound/soc/qcom/ |
D | apq8016_sbc.c | 78 struct snd_jack *jack; in apq8016_sbc_dai_init()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 97 struct snd_jack *hp_jack;
|