-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sound: soc: rp1: Disable mono; fix pointer reporting. TO SQUASH.
- Remove mono support (as I wasn't convinced it worked correctly). - Reduce minimum period size from 4096 to 1024 bytes (256 samples). - Fix pointer reporting using DMA residue, but don't fully trust it! Fall back on period count when residue % period == 0, and fix up period boundary cases to avoid time going backwards.
- Loading branch information
1 parent
aec0c90
commit ba43740
Showing
1 changed file
with
43 additions
and
20 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