-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device_reservation: Support for giving up of the audio device, at pri…
…ority (INT32_MAX-1000) * Releasing device name ownership switches master driver to the dummy driver * Releasing device name ownership is now decoupled from releasing reference to rd_device. * Acquiring device via rd_acquire() is now alowed to reuse already creaed rd_device. * NameOwnerChanged signals are now monitored and when device is available for reaquire, a rd_available_cb_t callback is called and switches back to previous driver, resuting in device name ownership is reaquire.
- Loading branch information
Showing
5 changed files
with
285 additions
and
48 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
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
Oops, something went wrong.