pipewire/spa
Barnabás Pőcze 062a1039e9 spa: alsa,v4l2: avoid double access check on inotify events
Previously both `impl_on_notify_events()` and `process_{device,card}()`
called `check_access()`. Avoid that by merging `ACTION_ADD` and
`ACTION_DISABLE` into a single `ACTION_CHANGE` and let `process_{device,card}()`
call `check_access()` and decide what to do.

(cherry picked from commit ad975c93ee)
2024-10-12 15:19:49 +02:00
..
examples treewide: fix some format string issues 2024-04-29 16:19:15 +02:00
include spa: avoid C23 empty initializers in the headers 2024-09-27 15:06:56 +02:00
plugins spa: alsa,v4l2: avoid double access check on inotify events 2024-10-12 15:19:49 +02:00
tests Add GNU/Hurd support 2023-09-24 15:11:52 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build meson: fix build with missing libudev-devel 2024-10-12 15:19:49 +02:00