Searched refs:snd_array (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 202 struct snd_array mixers; /* list of assigned mixer elements */ 203 struct snd_array nids; /* list of mapped mixer elements */ 209 struct snd_array spdif_out; 212 struct snd_array init_pins; /* initial (BIOS) pin configurations */ 213 struct snd_array driver_pins; /* pin configs set by codec parser */ 214 struct snd_array cvt_setups; /* audio convert setups */ 218 struct snd_array init_verbs; /* additional init verbs */ 219 struct snd_array hints; /* additional hints */ 220 struct snd_array user_pins; /* default pin configs to override */ 275 struct snd_array jacktb [all...] |
H A D | hdaudio.h | 38 struct snd_array { struct 91 struct snd_array vendor_verbs; 647 void *snd_array_new(struct snd_array *array); 648 void snd_array_free(struct snd_array *array); 649 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init() 656 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() 661 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index() 666 /* a helper macro to iterate for each snd_array element */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 203 struct snd_array mixers; /* list of assigned mixer elements */ 204 struct snd_array nids; /* list of mapped mixer elements */ 210 struct snd_array spdif_out; 213 struct snd_array init_pins; /* initial (BIOS) pin configurations */ 214 struct snd_array driver_pins; /* pin configs set by codec parser */ 215 struct snd_array cvt_setups; /* audio convert setups */ 219 struct snd_array init_verbs; /* additional init verbs */ 220 struct snd_array hints; /* additional hints */ 221 struct snd_array user_pins; /* default pin configs to override */ 276 struct snd_array jacktb [all...] |
H A D | hdaudio.h | 41 struct snd_array { struct 94 struct snd_array vendor_verbs; 684 void *snd_array_new(struct snd_array *array); 685 void snd_array_free(struct snd_array *array); 686 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init() 693 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() 698 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index() 703 /* a helper macro to iterate for each snd_array element */
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | array.c | 19 void *snd_array_new(struct snd_array *array) in snd_array_new() 45 void snd_array_free(struct snd_array *array) in snd_array_free()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | array.c | 19 void *snd_array_new(struct snd_array *array) in snd_array_new() 45 void snd_array_free(struct snd_array *array) in snd_array_free()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.h | 161 struct snd_array kctls; 177 struct snd_array paths; 275 struct snd_array loopback_list;
|
H A D | hda_sysfs.c | 81 struct snd_array *list, in pin_configs_show()
|
H A D | hda_proc.c | 49 struct snd_array *array) in print_nid_array()
|
H A D | hda_codec.c | 461 struct snd_array *array, in look_up_pincfg() 477 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
|
H A D | patch_hdmi.c | 122 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ 142 struct snd_array pins; /* struct hdmi_spec_per_pin */
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 155 struct snd_array kctls; 171 struct snd_array paths; 270 struct snd_array loopback_list;
|
H A D | hda_sysfs.c | 81 struct snd_array *list, in pin_configs_show()
|
H A D | hda_proc.c | 49 struct snd_array *array) in print_nid_array()
|
H A D | hda_codec.c | 461 struct snd_array *array, in look_up_pincfg() 477 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
|
H A D | patch_hdmi.c | 134 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ 154 struct snd_array pins; /* struct hdmi_spec_per_pin */
|
Completed in 35 milliseconds