From aea867478ccfec4b7070d6b9ec11bd25de56625e Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 24 Jul 2009 05:16:12 +0400 Subject: Fix period initialization Signed-off-by: malc --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/audio.c') diff --git a/audio/audio.c b/audio/audio.c index f4eca6e..694a83e 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, }; -- cgit v1.1