Home
last modified time | relevance | path

Searched refs:snd_array (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_codec.h211 struct snd_array mixers; /* list of assigned mixer elements */
212 struct snd_array nids; /* list of mapped mixer elements */
218 struct snd_array spdif_out;
221 struct snd_array init_pins; /* initial (BIOS) pin configurations */
222 struct snd_array driver_pins; /* pin configs set by codec parser */
223 struct snd_array cvt_setups; /* audio convert setups */
227 struct snd_array init_verbs; /* additional init verbs */
228 struct snd_array hints; /* additional hints */
229 struct snd_array user_pins; /* default pin configs to override */
278 struct snd_array jacktbl;
[all …]
Dhda_generic.h164 struct snd_array kctls;
180 struct snd_array paths;
276 struct snd_array loopback_list;
Dhda_sysfs.c80 struct snd_array *list, in pin_configs_show()
Dhda_proc.c63 struct snd_array *array) in print_nid_array()
Dpatch_hdmi.c135 struct snd_array cvts; /* struct hdmi_spec_per_cvt */
155 struct snd_array pins; /* struct hdmi_spec_per_pin */
Dhda_codec.c474 struct snd_array *array, in look_up_pincfg()
490 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
/Linux-v4.19/sound/hda/
Darray.c18 void *snd_array_new(struct snd_array *array) in snd_array_new()
44 void snd_array_free(struct snd_array *array) in snd_array_free()
/Linux-v4.19/include/sound/
Dhdaudio.h37 struct snd_array { struct
89 struct snd_array vendor_verbs;
613 void *snd_array_new(struct snd_array *array);
614 void snd_array_free(struct snd_array *array);
615 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init()
622 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem()
627 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index()