Searched refs:snd_array_elem (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/sound/hda/ |
D | array.c | 37 return snd_array_elem(array, array->used++); in snd_array_new()
|
/Linux-v6.1/include/sound/ |
D | hdaudio.h | 663 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() function 676 (ptr) = snd_array_elem(array, ++(idx)))
|
/Linux-v6.1/sound/pci/hda/ |
D | hda_codec.c | 2218 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get() 2327 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put() 2355 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get() 2385 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put() 2534 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign() 2556 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()
|
D | patch_hdmi.c | 241 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx)) 243 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
|
D | hda_generic.c | 314 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx()
|