From aea867478ccfec4b7070d6b9ec11bd25de56625e Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 24 Jul 2009 05:16:12 +0400 Subject: [PATCH] Fix period initialization Signed-off-by: malc --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.c b/audio/audio.c index f4eca6e9c1..694a83e4ec 100644 --- 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, }; -- 2.11.0