-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for ALSA rate bug in ALSA PCM plug-in
Do not update the ALSA hw pointer after a partial period; always complete the transfer of the full period first. This fixes the "short write" bug that appeared with ALSA version 1.2.6, without needing to modify the ring buffer configuration set by ioplug. See commits 7532af5 and 684774d for more information.
- Loading branch information
Showing
1 changed file
with
62 additions
and
50 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