Searched refs:snd_array_init (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_sysfs.c | 778 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init() 779 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32); in snd_hda_sysfs_init() 780 snd_array_init(&codec->user_pins, sizeof(struct hda_pincfg), 16); in snd_hda_sysfs_init()
|
D | hda_codec.c | 1043 snd_array_init(&codec->mixers, sizeof(struct hda_nid_item), 32); in snd_hda_codec_new() 1044 snd_array_init(&codec->nids, sizeof(struct hda_nid_item), 32); in snd_hda_codec_new() 1045 snd_array_init(&codec->init_pins, sizeof(struct hda_pincfg), 16); in snd_hda_codec_new() 1046 snd_array_init(&codec->driver_pins, sizeof(struct hda_pincfg), 16); in snd_hda_codec_new() 1047 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_new() 1048 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16); in snd_hda_codec_new() 1049 snd_array_init(&codec->jacktbl, sizeof(struct hda_jack_tbl), 16); in snd_hda_codec_new() 1050 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_new()
|
D | patch_hdmi.c | 2186 snd_array_init(&spec->pins, sizeof(struct hdmi_spec_per_pin), nums); in hdmi_array_init() 2187 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums); in hdmi_array_init()
|
D | hda_generic.c | 51 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init() 52 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init() 53 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 230 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init() function
|
/linux-4.1.27/sound/hda/ |
D | hdac_regmap.c | 350 snd_array_init(&codec->vendor_verbs, sizeof(unsigned int), 8); in snd_hdac_regmap_init()
|