From alsa-user-owner@alsa.jcu.cz  Tue Nov 10 08:35:50 1998
Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id IAA06079
	for <alsa-user@alsa.jcu.cz>; Tue, 10 Nov 1998 08:33:35 +0100
Received: from tenklei.nl (i223.asd.euronet.nl [194.134.12.155])
	by gaia.euronet.nl (8.8.8/8.8.8) with SMTP id IAA10071
	from <johnrood@dds.nl> for <alsa-user@alsa.jcu.cz>; Tue, 10 Nov 1998 08:33:31 +0100 (MET)
Received: from dds.nl [192.9.200.111] by tenklei.nl [127.0.0.1] with SMTP (MDaemon.v2.6.rA.b6.32-R) for <alsa-user@alsa.jcu.cz>; Tue, 10 Nov 98 08:16:53 +0100
Message-ID: <3647F934.E51F573C@dds.nl>
Date: Tue, 10 Nov 1998 09:28:36 +0100
From: John Rood <johnrood@dds.nl>
MIME-Version: 1.0
To: alsa-user@alsa.jcu.cz
Subject: alsa/2.1.127
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Hi there. 

2.1.127 got a released a few days ago, and with it, the timer routines
got replaced by new ones. This causes the timer stuff, as defined in
schedule.h, cracking up at compile, because there's no longer a timout
in the timer struct.

current->timeout= jiffies+(time);

this prolly needs to be replaced with something like

schedule_timeout(time);

I tried to get it working, but failed. anyone got a fix for this yet?

best regards,
John


