projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00fcff
)
Set default audio timer period to a sane value (otherwise qemu becomes unusable if...
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 4 Nov 2008 19:15:37 +0000
(19:15 +0000)
committer
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 4 Nov 2008 19:15:37 +0000
(19:15 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5623
c046a42c
-6fe2-441c-8c8c-
71466251a162
audio/audio.c
patch
|
blob
|
history
diff --git
a/audio/audio.c
b/audio/audio.c
index b3ac10e128165dbc03bcda67db6d8cad67133e01..79d8b204b3ac6c3c251ce75e15149f23c5414e40 100644
(file)
--- a/
audio/audio.c
+++ b/
audio/audio.c
@@
-84,7
+84,7
@@
static struct {
}
},
- {
0 },
/* period */
+ {
250 },
/* period */
0, /* plive */
0 /* log_to_monitor */
};