Searched refs:snd_array_elem (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | array.c | 37 return snd_array_elem(array, array->used++); in snd_array_new()
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi_local.h | 229 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx)) 231 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 724 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) in snd_array_elem() function 737 (ptr) = snd_array_elem(array, ++(idx)))
|
| /linux/sound/hda/common/ |
| H A D | codec.c | 2178 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get() 2286 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put() 2313 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get() 2342 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put() 2496 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign() 2517 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()
|
| /linux/sound/hda/codecs/ |
| H A D | generic.c | 314 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx()
|