Commit d64394f7c1aa61dcbab0da704a456b494c5adf14

Authored by malc
1 parent e00fcff7

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
Showing 1 changed file with 1 additions and 1 deletions
audio/audio.c
... ... @@ -84,7 +84,7 @@ static struct {
84 84 }
85 85 },
86 86  
87   - { 0 }, /* period */
  87 + { 250 }, /* period */
88 88 0, /* plive */
89 89 0 /* log_to_monitor */
90 90 };
... ...