Re: how to crash 2.4.4 w/SBLive

John R Lenton (john@grulic.org.ar)
Fri, 1 Jun 2001 01:01:06 -0300


--X1xGqyAVbSpAWs5A
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, May 31, 2001 at 12:01:05PM +0200, rui.sousa@mindspeed.com wrote:
Content-Description: emu10k1 patch
> Index: audio.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> 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 =3D 0;
> woinst->buffer.numfrags =3D 0;
> woinst->device =3D (card->audio_dev1 =3D=3D minor);
> + woinst->timer.state =3D TIMER_STATE_UNINSTALLED;
> =20
> init_waitqueue_head(&woinst->wait_queue);

the closest I can find (in 2.4.5) is

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

init_waitqueue_head(&woinst->wait_queue);

at lines 1111--1116...

--=20
John Lenton (john@grulic.org.ar) -- Random fortune:
New York... when civilization falls apart, remember, we were way ahead of y=
ou.
- David Letterman

--X1xGqyAVbSpAWs5A
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7FxOCgPqu395ykGsRAtWfAKDQacZBgsOTNHe/mKbVdiqr7MIZIACeJEcJ
V6Fx+HZMO8OKCShQl8q80CQ=
=A7Pv
-----END PGP SIGNATURE-----

--X1xGqyAVbSpAWs5A--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/