Home
last modified time | relevance | path

Searched refs:snd_array_elem (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Darray.c37 return snd_array_elem(array, array->used++); in snd_array_new()
/kernel/linux/linux-6.6/sound/hda/
H A Darray.c37 return snd_array_elem(array, array->used++); in snd_array_new()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h656 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() function
669 (ptr) = snd_array_elem(array, ++(idx)))
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h693 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() function
706 (ptr) = snd_array_elem(array, ++(idx)))
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c2231 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2340 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2368 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2398 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2547 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2569 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()
H A Dpatch_hdmi.c230 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
232 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
H A Dhda_generic.c314 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c2215 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2324 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2352 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2382 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2535 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2557 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()
H A Dpatch_hdmi.c243 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
245 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
H A Dhda_generic.c314 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx()

Completed in 46 milliseconds