Home
last modified time | relevance | path

Searched refs:snd_array_elem (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/hda/
Darray.c36 return snd_array_elem(array, array->used++); in snd_array_new()
/Linux-v4.19/include/sound/
Dhdaudio.h622 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() function
635 (ptr) = snd_array_elem(array, ++(idx)))
/Linux-v4.19/sound/pci/hda/
Dhda_codec.c2206 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2315 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2343 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2373 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2522 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2544 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()
Dpatch_hdmi.c233 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
235 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
Dhda_generic.c320 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx()