From d64394f7c1aa61dcbab0da704a456b494c5adf14 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 4 Nov 2008 19:15:37 +0000 Subject: [PATCH] Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5623 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.c b/audio/audio.c index b3ac10e128..79d8b204b3 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -84,7 +84,7 @@ static struct { } }, - { 0 }, /* period */ + { 250 }, /* period */ 0, /* plive */ 0 /* log_to_monitor */ }; -- 2.11.4.GIT