Symbol: snd_array_new
include/sound/hdaudio.h
715
void *snd_array_new(struct snd_array *array);
sound/hda/codecs/analog.c
818
struct nid_path *path = snd_array_new(&spec->gen.paths);
sound/hda/codecs/generic.c
3035
list = snd_array_new(&spec->loopback_list);
sound/hda/codecs/generic.c
4285
path = snd_array_new(&spec->paths);
sound/hda/codecs/generic.c
4340
path = snd_array_new(&spec->paths);
sound/hda/codecs/generic.c
491
path = snd_array_new(&spec->paths);
sound/hda/codecs/generic.c
62
struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls);
sound/hda/codecs/hdmi/hdmi.c
1486
per_pin = snd_array_new(&spec->pins);
sound/hda/codecs/hdmi/hdmi.c
1521
per_cvt = snd_array_new(&spec->cvts);
sound/hda/codecs/hdmi/simplehdmi.c
192
per_pin = snd_array_new(&spec->pins);
sound/hda/codecs/hdmi/simplehdmi.c
193
per_cvt = snd_array_new(&spec->cvts);
sound/hda/common/auto_parser.c
786
v = snd_array_new(&codec->verbs);
sound/hda/common/codec.c
1715
item = snd_array_new(&codec->mixers);
sound/hda/common/codec.c
2439
spdif = snd_array_new(&codec->spdif_out);
sound/hda/common/codec.c
449
pin = snd_array_new(&codec->init_pins);
sound/hda/common/codec.c
491
pin = snd_array_new(list);
sound/hda/common/codec.c
684
p = snd_array_new(&codec->cvt_setups);
sound/hda/common/jack.c
139
jack = snd_array_new(&codec->jacktbl);
sound/hda/common/sysfs.c
237
v = snd_array_new(&codec->init_verbs);
sound/hda/common/sysfs.c
333
hint = snd_array_new(&codec->hints);
sound/hda/core/array.c
39
EXPORT_SYMBOL_GPL(snd_array_new);
sound/hda/core/regmap.c
411
unsigned int *p = snd_array_new(&codec->vendor_verbs);