diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsaaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index b8de3a708d..0ef89e98e6 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -74,7 +74,8 @@ static struct { int period_size_out_overridden; int verbose; } conf = { - .buffer_size_out = 1024, + .buffer_size_out = 4096, + .period_size_out = 1024, .pcm_name_out = "default", .pcm_name_in = "default", }; |