Increase max buffer size

This commit is contained in:
Wim Taymans 2019-10-24 15:26:59 +02:00
parent 81fc595e3d
commit af73585948
12 changed files with 38 additions and 26 deletions

View file

@ -1131,7 +1131,7 @@ static int collect_nodes(struct pw_node *driver)
quantum = DEFAULT_QUANTUM;
/* for now, we try to limit the latency between min and default, We can
* go higher but we should really only do this when in power save mode */
* go to max but we should really only do this when in power save mode */
driver->quantum_current = SPA_CLAMP(quantum, MIN_QUANTUM, DEFAULT_QUANTUM);
return 0;