Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_codec.h209 struct snd_array mixers; /* list of assigned mixer elements */
210 struct snd_array nids; /* list of mapped mixer elements */
216 struct snd_array spdif_out;
219 struct snd_array init_pins; /* initial (BIOS) pin configurations */
220 struct snd_array driver_pins; /* pin configs set by codec parser */
221 struct snd_array cvt_setups; /* audio convert setups */
225 struct snd_array init_verbs; /* additional init verbs */
226 struct snd_array hints; /* additional hints */
227 struct snd_array user_pins; /* default pin configs to override */
274 struct snd_array jacktbl;
[all …]
Dhda_generic.h154 struct snd_array kctls;
170 struct snd_array paths;
265 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.c132 struct snd_array cvts; /* struct hdmi_spec_per_cvt */
136 struct snd_array pins; /* struct hdmi_spec_per_pin */
Dhda_codec.c415 struct snd_array *array, in look_up_pincfg()
430 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
/linux-4.4.14/sound/hda/
Darray.c18 void *snd_array_new(struct snd_array *array) in snd_array_new()
42 void snd_array_free(struct snd_array *array) in snd_array_free()
/linux-4.4.14/include/sound/
Dhdaudio.h34 struct snd_array { struct
86 struct snd_array vendor_verbs;
533 void *snd_array_new(struct snd_array *array);
534 void snd_array_free(struct snd_array *array);
535 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init()
542 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem()
547 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index()