Home
last modified time | relevance | path

Searched refs:snd_array (Results 1 – 7 of 7) sorted by relevance

/linux/include/sound/
H A Dhda_codec.h204 struct snd_array mixers; /* list of assigned mixer elements */
205 struct snd_array nids; /* list of mapped mixer elements */
211 struct snd_array spdif_out;
214 struct snd_array init_pins; /* initial (BIOS) pin configurations */
215 struct snd_array driver_pins; /* pin configs set by codec parser */
216 struct snd_array cvt_setups; /* audio convert setups */
220 struct snd_array init_verbs; /* additional init verbs */
221 struct snd_array hints; /* additional hints */
222 struct snd_array user_pins; /* default pin configs to override */
277 struct snd_array jacktbl;
[all …]
H A Dhdaudio.h42 struct snd_array { struct
95 struct snd_array vendor_verbs;
716 void *snd_array_new(struct snd_array *array);
717 void snd_array_free(struct snd_array *array);
718 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init()
725 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem()
730 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index()
/linux/sound/hda/core/
H A Darray.c19 void *snd_array_new(struct snd_array *array) in snd_array_new()
45 void snd_array_free(struct snd_array *array) in snd_array_free()
/linux/sound/hda/codecs/
H A Dgeneric.h155 struct snd_array kctls;
171 struct snd_array paths;
269 struct snd_array loopback_list;
/linux/sound/hda/codecs/hdmi/
H A Dhdmi_local.h110 struct snd_array cvts; /* struct hdmi_spec_per_cvt */
130 struct snd_array pins; /* struct hdmi_spec_per_pin */
/linux/sound/hda/common/
H A Dproc.c49 struct snd_array *array) in print_nid_array()
H A Dcodec.c474 struct snd_array *array, in look_up_pincfg()
490 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()