diff options
-rw-r--r-- | audio/alsaaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index 867e15b41..a79cc403c 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -58,6 +58,7 @@ static struct { int period_size_out_overridden; int verbose; } conf = { + .buffer_size_out = 1024, .pcm_name_out = "default", .pcm_name_in = "default", }; |