mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
core: explicitly calculate min and max quantum
Just clamp to default for now until we can implement power save mode.
This commit is contained in:
parent
b74080ea55
commit
12fb58add1
4 changed files with 18 additions and 9 deletions
|
|
@ -50,6 +50,7 @@ extern "C" {
|
|||
|
||||
#define DEFAULT_QUANTUM 1024u
|
||||
#define MIN_QUANTUM 32u
|
||||
#define MAX_QUANTUM 8192u
|
||||
|
||||
#define MAX_PARAMS 32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue