-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: fix reacting on mic enable/disable requests
First of all, after getting an event of QubesDB FD, actually call qdb_read_watch() so the event is cleared and the next one can be received. But that's not enough. libqubesdb's queueing of watches doesn't handle well using the same connection for both watches and commands, and using non-blocking mode (monitoring qdb_watch_fd(), instead of calling qdb_read_watch() in a loop). While this issue wants fixing on the libqubesdb side, for now use separate connection to workaround the issue. Fixes QubesOS/qubes-issues#9619
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters