OSDN Git Service

Fix period initialization
authormalc <av1474@comtv.ru>
Fri, 24 Jul 2009 01:16:12 +0000 (05:16 +0400)
committermalc <av1474@comtv.ru>
Fri, 24 Jul 2009 01:16:58 +0000 (05:16 +0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/audio.c

index f4eca6e..694a83e 100644 (file)
@@ -84,7 +84,7 @@ static struct {
         }
     },
 
-    .period = { .ticks = 250 },
+    .period = { .hertz = 250 },
     .plive = 0,
     .log_to_monitor = 0,
 };