snd_array_init    383 sound/hda/hdac_regmap.c 	snd_array_init(&codec->vendor_verbs, sizeof(unsigned int), 8);
snd_array_init    938 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->mixers, sizeof(struct hda_nid_item), 32);
snd_array_init    939 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->nids, sizeof(struct hda_nid_item), 32);
snd_array_init    940 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->init_pins, sizeof(struct hda_pincfg), 16);
snd_array_init    941 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->driver_pins, sizeof(struct hda_pincfg), 16);
snd_array_init    942 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8);
snd_array_init    943 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16);
snd_array_init    944 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->jacktbl, sizeof(struct hda_jack_tbl), 16);
snd_array_init    945 sound/pci/hda/hda_codec.c 	snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8);
snd_array_init     39 sound/pci/hda/hda_generic.c 	snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32);
snd_array_init     40 sound/pci/hda/hda_generic.c 	snd_array_init(&spec->paths, sizeof(struct nid_path), 8);
snd_array_init     41 sound/pci/hda/hda_generic.c 	snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8);
snd_array_init    778 sound/pci/hda/hda_sysfs.c 	snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32);
snd_array_init    779 sound/pci/hda/hda_sysfs.c 	snd_array_init(&codec->hints, sizeof(struct hda_hint), 32);
snd_array_init    780 sound/pci/hda/hda_sysfs.c 	snd_array_init(&codec->user_pins, sizeof(struct hda_pincfg), 16);
snd_array_init   2302 sound/pci/hda/patch_hdmi.c 	snd_array_init(&spec->pins, sizeof(struct hdmi_spec_per_pin), nums);
snd_array_init   2303 sound/pci/hda/patch_hdmi.c 	snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums);