Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os: reset one packet further in Audio_out stream
Since all Audio_out server components loop over the packet stream queue it is save to reset the tail position to one after the play position. We have to do this because we do not know exactly when the play position changes (i.e. the driver has processed the packet) and we might end up with a tail position before the current play position. Issue genodelabs#1796.
- Loading branch information