Symbol: snd_array
include/sound/hda_codec.h
204
struct snd_array mixers; /* list of assigned mixer elements */
include/sound/hda_codec.h
205
struct snd_array nids; /* list of mapped mixer elements */
include/sound/hda_codec.h
211
struct snd_array spdif_out;
include/sound/hda_codec.h
214
struct snd_array init_pins; /* initial (BIOS) pin configurations */
include/sound/hda_codec.h
215
struct snd_array driver_pins; /* pin configs set by codec parser */
include/sound/hda_codec.h
216
struct snd_array cvt_setups; /* audio convert setups */
include/sound/hda_codec.h
220
struct snd_array init_verbs; /* additional init verbs */
include/sound/hda_codec.h
221
struct snd_array hints; /* additional hints */
include/sound/hda_codec.h
222
struct snd_array user_pins; /* default pin configs to override */
include/sound/hda_codec.h
276
struct snd_array jacktbl;
include/sound/hda_codec.h
288
struct snd_array verbs;
include/sound/hda_codec.h
407
int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
include/sound/hdaudio.h
716
void *snd_array_new(struct snd_array *array);
include/sound/hdaudio.h
717
void snd_array_free(struct snd_array *array);
include/sound/hdaudio.h
718
static inline void snd_array_init(struct snd_array *array, unsigned int size,
include/sound/hdaudio.h
725
static inline void *snd_array_elem(struct snd_array *array, unsigned int idx)
include/sound/hdaudio.h
730
static inline unsigned int snd_array_index(struct snd_array *array, void *ptr)
include/sound/hdaudio.h
95
struct snd_array vendor_verbs;
sound/hda/codecs/generic.h
155
struct snd_array kctls;
sound/hda/codecs/generic.h
171
struct snd_array paths;
sound/hda/codecs/generic.h
269
struct snd_array loopback_list;
sound/hda/codecs/hdmi/hdmi_local.h
110
struct snd_array cvts; /* struct hdmi_spec_per_cvt */
sound/hda/codecs/hdmi/hdmi_local.h
130
struct snd_array pins; /* struct hdmi_spec_per_pin */
sound/hda/common/codec.c
468
struct snd_array *array,
sound/hda/common/codec.c
484
int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
sound/hda/common/proc.c
49
struct snd_array *array)
sound/hda/common/sysfs.c
79
struct snd_array *list,
sound/hda/core/array.c
19
void *snd_array_new(struct snd_array *array)
sound/hda/core/array.c
45
void snd_array_free(struct snd_array *array)