pipewire/pipewire-alsa
Wim Taymans d22feab92a spa: add macro to simplify array iterations some more
uint32_t i;
	for (i = 0; i < SPA_N_ELEMENTS(some_array); i++)
		.. stuff with some_array[i].foo ...

   becomes:

	SPA_FOR_EACH_ELEMENT_VAR(some_array, p)
		.. stuff with p->foo ..
2022-09-30 16:24:26 +02:00
..
alsa-plugins spa: add macro to simplify array iterations some more 2022-09-30 16:24:26 +02:00
conf alsa: rework parameter handling 2022-09-20 16:24:21 +02:00
tests tests: Add pipewire-alsa stress test 2021-12-15 16:13:08 +01:00