qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT de2ca4f] alsa: Change default buffer/period size


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT de2ca4f] alsa: Change default buffer/period size
Date: Thu, 01 Oct 2009 23:24:09 -0000

From: malc <address@hidden>

Increase buffer size but do not rely on ALSA picking up default period
size.

Signed-off-by: malc <address@hidden>

diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c
index b8de3a7..0ef89e9 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",
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]