Searched refs:snd_array_init (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | simplehdmi.c | 184 snd_array_init(&spec->pins, sizeof(struct hdmi_spec_per_pin), 1); in snd_hda_hdmi_simple_probe() 185 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), 1); in snd_hda_hdmi_simple_probe()
|
| H A D | hdmi.c | 2015 snd_array_init(&spec->pins, sizeof(struct hdmi_spec_per_pin), nums); in hdmi_array_init() 2016 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums); in hdmi_array_init()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 717 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init() function
|