mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-24 09:05:54 -04:00
Add contains() function that checks if an item is in an idxset. Add isdisjoint(), issubset(), issuperset() and equals() functions that element-wise compare two idxsets. Add complementary functions to the existing idxset search(), first(), next() functions that work in the reverse direction: reverse_search(), last() and previous(). Add steal_last() to remove and return the last item in the idxset. [Alper: original patches for PulseAudio, split from other commit] Co-developed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Link: |
||
|---|---|---|
| .. | ||
| acp | ||
| mixer | ||
| 90-pipewire-alsa.rules | ||
| acp-tool.c | ||
| alsa-acp-device.c | ||
| alsa-compress-offload-device.c | ||
| alsa-compress-offload-sink.c | ||
| alsa-pcm-device.c | ||
| alsa-pcm-sink.c | ||
| alsa-pcm-source.c | ||
| alsa-pcm.c | ||
| alsa-pcm.h | ||
| alsa-seq-bridge.c | ||
| alsa-seq.c | ||
| alsa-seq.h | ||
| alsa-udev.c | ||
| alsa.c | ||
| alsa.h | ||
| compress-offload-api-util.c | ||
| compress-offload-api-util.h | ||
| compress-offload-api.c | ||
| compress-offload-api.h | ||
| meson.build | ||
| test-hw-params.c | ||
| test-timer.c | ||