diff options
-rw-r--r-- | audio/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |