mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: rework batch handling a bit
By default, use a 512 period for batch and use 512 headroom Add a property to disable special batch handling.
This commit is contained in:
parent
af092a9a7e
commit
73896bfa83
5 changed files with 28 additions and 31 deletions
|
|
@ -117,6 +117,7 @@ struct state {
|
|||
unsigned int default_rate;
|
||||
struct channel_map default_pos;
|
||||
unsigned int disable_mmap;
|
||||
unsigned int disable_batch;
|
||||
|
||||
snd_pcm_uframes_t buffer_frames;
|
||||
snd_pcm_uframes_t period_frames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue