All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joseph Garcia <jpgarcia@execpc.com>
To: Takashi Oe <toe@unlserve.unl.edu>
Cc: "linuxppc-dev@lists.linuxppc.org"
	<linuxppc-dev@lists.linuxppc.org>,
	Benjamin Herrenschmidt <bh40@calva.net>,
	Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Subject: Re: sound sleep
Date: Mon, 20 Sep 1999 17:24:56 -0500	[thread overview]
Message-ID: <37E6B438.974EEBFA@execpc.com> (raw)
In-Reply-To: Pine.LNX.3.96LJ1.1b7.990919205431.1091A-100000@ofey.inebraska.com


Takashi Oe wrote:
> Try changing the last argument of request_irq() in PMacIrqInit() and
> free_irq() in PMacIrqCleanup().  For example, change
>         request_irq(awacs_irq, pmac_awacs_intr, 0, "AWACS", 0)
> and
>         free_irq(awacs_irq, pmac_awacs_intr)
> to
>         request_irq(awacs_irq, pmac_awacs_intr, 0, "AWACS", (void *)awacs)
> and
>         free_irq(awacs_irq, (void *)awacs).
> I think that's what I did in order to get rid of the panic.

Wonderful!  it now works.  this fix should go into the kernel.

I would also like to note that with this now working,  with the sound as a
module, while sound still breaks when put to sleep on a wallstreet, it is
revived upon removing and reinstalling the module.  People may want to see if
this happens on a lombard as well.

-- 
Joseph P. Garcia      jpgarcia@execpc.com      jpgarcia@lidar.ssec.wisc.edu
CS Undergraduate                      Student Employee - Systems Programmer
University of Wisconsin - Madison                            UW Lidar Group

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      reply	other threads:[~1999-09-20 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-19  8:54 patches: MacOS-like Wallstreet sound in/out controls Benjamin Herrenschmidt
1999-09-19 16:15 ` Joseph Garcia
1999-09-19 16:54   ` Shaw Terwilliger
1999-09-19 16:59     ` sound sleep Joseph Garcia
1999-09-19 17:18       ` sound sleep (more) Joseph Garcia
1999-09-20  2:17       ` sound sleep Takashi Oe
1999-09-20 22:24         ` Joseph Garcia [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=37E6B438.974EEBFA@execpc.com \
    --to=jpgarcia@execpc.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=bh40@calva.net \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=toe@unlserve.unl.edu \
    /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.