projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f725c1
)
Fix period initialization
author
malc
<av1474@comtv.ru>
Fri, 24 Jul 2009 01:16:12 +0000
(
05:16
+0400)
committer
malc
<av1474@comtv.ru>
Fri, 24 Jul 2009 01:16:58 +0000
(
05:16
+0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/audio.c
patch
|
blob
|
history
diff --git
a/audio/audio.c
b/audio/audio.c
index f4eca6e9c181482538c4d4ac4d850ac6b04bd349..694a83e4ec63685352e3f85b21b3d4f7f5400d49 100644
(file)
--- a/
audio/audio.c
+++ b/
audio/audio.c
@@
-84,7
+84,7
@@
static struct {
}
},
- .period = { .
ticks
= 250 },
+ .period = { .
hertz
= 250 },
.plive = 0,
.log_to_monitor = 0,
};