Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_codec.h560 struct snd_array { struct
568 void *snd_array_new(struct snd_array *array); argument
569 void snd_array_free(struct snd_array *array);
570 static inline void snd_array_init(struct snd_array *array, unsigned int size, in snd_array_init()
577 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem()
582 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) in snd_array_index()
746 struct snd_array buf; /* record entries */
841 struct snd_array mixers; /* list of assigned mixer elements */
842 struct snd_array nids; /* list of mapped mixer elements */
852 struct snd_array spdif_out;
[all …]
Dhda_generic.h157 struct snd_array kctls;
173 struct snd_array paths;
256 struct snd_array loopback_list;
Dpatch_hdmi.c78 struct snd_array cvts; /* struct hdmi_spec_per_cvt */
82 struct snd_array pins; /* struct hdmi_spec_per_pin */
83 struct snd_array pcm_rec; /* struct hda_pcm */
Dhda_hwdep.c503 struct snd_array *list, in pin_configs_show()
Dhda_proc.c69 struct snd_array *array) in print_nid_array()
Dhda_codec.c1051 struct snd_array *array, in look_up_pincfg()
1066 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
5555 void *snd_array_new(struct snd_array *array) in snd_array_new()
5579 void snd_array_free(struct snd_array *array) in snd_array_free()