Commit adf7d8fb44a47e3b4d7cdbf1f1c229b853ad97ed

Authored by malc
1 parent 64333899

Restore old value of buffer_size

This brings latency down to acceptable levels when using dmix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4865 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
audio/alsaaudio.c
@@ -58,6 +58,7 @@ static struct { @@ -58,6 +58,7 @@ static struct {
58 int period_size_out_overridden; 58 int period_size_out_overridden;
59 int verbose; 59 int verbose;
60 } conf = { 60 } conf = {
  61 + .buffer_size_out = 1024,
61 .pcm_name_out = "default", 62 .pcm_name_out = "default",
62 .pcm_name_in = "default", 63 .pcm_name_in = "default",
63 }; 64 };