lkml.org 
[lkml]   [2001]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: how to crash 2.4.4 w/SBLive
On Thu, May 31, 2001 at 12:01:05PM +0200, rui.sousa@mindspeed.com 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 (john@grulic.org.ar) -- Random fortune:
New York... when civilization falls apart, remember, we were way ahead of you.
- David Letterman
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 12:54    [W:0.048 / U:1.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site