All of lore.kernel.org
 help / color / mirror / Atom feed
From: John R Lenton <john@grulic.org.ar>
To: rui.sousa@mindspeed.com
Cc: David Raufeisen <david@fortyoz.org>,
	linux-kernel@vger.kernel.org, bpringle@sympatico.ca,
	emu10k1-devel@opensource.creative.com
Subject: Re: how to crash 2.4.4 w/SBLive
Date: Fri, 1 Jun 2001 01:01:06 -0300	[thread overview]
Message-ID: <20010601010106.G13446@grulic.org.ar> (raw)
In-Reply-To: <20010524114219.B21442@fortyoz.org> <Pine.LNX.4.33.0105311157430.17958-200000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.33.0105311157430.17958-200000@localhost.localdomain>; from rui.sousa@mindspeed.com on Thu, May 31, 2001 at 12:01:05PM +0200

[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

      parent reply	other threads:[~2001-06-01  4:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-24  6:37 how to crash 2.4.4 w/SBLive John Lenton
2001-05-24 13:50 ` Bill Pringlemeir
2001-05-28 23:38   ` Bill Pringlemeir
2001-05-28 23:59     ` Keith Owens
2001-05-24 18:42 ` David Raufeisen
2001-05-31 10:01   ` rui.sousa
2001-05-31 17:59     ` David Raufeisen
2001-05-31 18:33       ` [Emu10k1-devel] " rui.sousa
2001-05-31 22:58         ` David Raufeisen
2001-06-01  4:01     ` John R Lenton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010601010106.G13446@grulic.org.ar \
    --to=john@grulic.org.ar \
    --cc=bpringle@sympatico.ca \
    --cc=david@fortyoz.org \
    --cc=emu10k1-devel@opensource.creative.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rui.sousa@mindspeed.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.