snd_array         203 include/sound/hda_codec.h 	struct snd_array mixers;	/* list of assigned mixer elements */
snd_array         204 include/sound/hda_codec.h 	struct snd_array nids;		/* list of mapped mixer elements */
snd_array         210 include/sound/hda_codec.h 	struct snd_array spdif_out;
snd_array         213 include/sound/hda_codec.h 	struct snd_array init_pins;	/* initial (BIOS) pin configurations */
snd_array         214 include/sound/hda_codec.h 	struct snd_array driver_pins;	/* pin configs set by codec parser */
snd_array         215 include/sound/hda_codec.h 	struct snd_array cvt_setups;	/* audio convert setups */
snd_array         219 include/sound/hda_codec.h 	struct snd_array init_verbs;	/* additional init verbs */
snd_array         220 include/sound/hda_codec.h 	struct snd_array hints;		/* additional hints */
snd_array         221 include/sound/hda_codec.h 	struct snd_array user_pins;	/* default pin configs to override */
snd_array         273 include/sound/hda_codec.h 	struct snd_array jacktbl;
snd_array         285 include/sound/hda_codec.h 	struct snd_array verbs;
snd_array         391 include/sound/hda_codec.h int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
snd_array          91 include/sound/hdaudio.h 	struct snd_array vendor_verbs;
snd_array         638 include/sound/hdaudio.h void *snd_array_new(struct snd_array *array);
snd_array         639 include/sound/hdaudio.h void snd_array_free(struct snd_array *array);
snd_array         640 include/sound/hdaudio.h static inline void snd_array_init(struct snd_array *array, unsigned int size,
snd_array         647 include/sound/hdaudio.h static inline void *snd_array_elem(struct snd_array *array, unsigned int idx)
snd_array         652 include/sound/hdaudio.h static inline unsigned int snd_array_index(struct snd_array *array, void *ptr)
snd_array          19 sound/hda/array.c void *snd_array_new(struct snd_array *array)
snd_array          45 sound/hda/array.c void snd_array_free(struct snd_array *array)
snd_array         461 sound/pci/hda/hda_codec.c 					 struct snd_array *array,
snd_array         477 sound/pci/hda/hda_codec.c int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
snd_array         160 sound/pci/hda/hda_generic.h 	struct snd_array kctls;
snd_array         176 sound/pci/hda/hda_generic.h 	struct snd_array paths;
snd_array         273 sound/pci/hda/hda_generic.h 	struct snd_array loopback_list;
snd_array          49 sound/pci/hda/hda_proc.c 			    struct snd_array *array)
snd_array          81 sound/pci/hda/hda_sysfs.c 				struct snd_array *list,
snd_array         132 sound/pci/hda/patch_hdmi.c 	struct snd_array cvts; /* struct hdmi_spec_per_cvt */
snd_array         152 sound/pci/hda/patch_hdmi.c 	struct snd_array pins; /* struct hdmi_spec_per_pin */