projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6433389
)
Restore old value of buffer_size
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 Jul 2008 19:25:30 +0000
(19:25 +0000)
committer
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 Jul 2008 19:25:30 +0000
(19:25 +0000)
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
audio/alsaaudio.c
patch
|
blob
|
history
diff --git
a/audio/alsaaudio.c
b/audio/alsaaudio.c
index 867e15b41af64b2e1ba6caa10b19d0c9b7525fb4..a79cc403cb7662ab9624719c46499a6e3537dca6 100644
(file)
--- 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",
};