On Thu, May 31, 2001 at 12:01:05PM +0200, [EMAIL PROTECTED] wrote:
Content-Description: emu10k1 patch
> Index: audio.c
> ===================================================================
> RCS file: /usr/local/cvsroot/emu10k1/audio.c,v
> retrieving revision 1.166
> diff -u -r1.166 audio.c
> --- audio.c   2001/04/22 15:44:25     1.166
> +++ audio.c   2001/05/31 08:47:25
> @@ -1231,6 +1231,7 @@
>               woinst->buffer.ossfragshift = 0;
>               woinst->buffer.numfrags = 0;
>               woinst->device = (card->audio_dev1 == minor);
> +             woinst->timer.state = TIMER_STATE_UNINSTALLED;
>  
>               init_waitqueue_head(&woinst->wait_queue);

the closest I can find (in 2.4.5) is

             woinst->buffer.fragment_size = 0;
             woinst->buffer.ossfragshift = 0;
             woinst->buffer.numfrags = 0;
             woinst->device = (card->audio1_num == minor);

             init_waitqueue_head(&woinst->wait_queue);

at lines 1111--1116...

-- 
John Lenton ([EMAIL PROTECTED]) -- Random fortune:
New York... when civilization falls apart, remember, we were way ahead of you.
- David Letterman

PGP signature

Reply via email to