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
This commit is contained in:
malc 2008-07-09 19:25:30 +00:00
parent 64333899dc
commit adf7d8fb44
1 changed files with 1 additions and 0 deletions

View File

@ -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",
};