From: Ian Soboroff <ian.soboroff@nist.gov>
To: Muli Ben-Yehuda <mulix@actcom.co.il>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Boot problem, 2.4.19-rc3-ac1
Date: 24 Jul 2002 09:46:49 -0400 [thread overview]
Message-ID: <9cfk7nl5jcm.fsf@rogue.ncsl.nist.gov> (raw)
In-Reply-To: <20020724131828.GF20028@alhambra.actcom.co.il>
Muli Ben-Yehuda <mulix@actcom.co.il> writes:
> On Wed, Jul 24, 2002 at 09:16:05AM -0400, Ian Soboroff wrote:
>
> [snipped]
>
> > [1] Actually, two one-liner patches... one to extend the ext3 journal
> > commit interval to 30 seconds, and another to fix suspend issues in
> > sound/trident.c.
>
> what's the suspend issue with trident.c?
Haven't witnessed personally. Reference web pages (from Linux on
Laptops) are
http://www.geocities.com/robm351/lifebook/ and
http://www4.ncsu.edu/~tscoffe2/Fujitsu/
Apparently there is a problem with losing sound after a suspend.
Another reported fix is to reload the trident.o module. The patch I
use (credited to Eric Lemar) is:
--- linux/drivers/sound/trident.c Thu Mar 28 16:08:51 2002
+++ linux/drivers/sound/trident_new.c Thu Mar 28 16:11:20 2002
@@ -3456,7 +3456,7 @@
static int trident_suspend(struct pci_dev *dev, u32 unused)
{
- struct trident_card *card = (struct trident_card *) dev;
+ struct trident_card *card = pci_get_drvdata(dev);
if(card->pci_id == PCI_DEVICE_ID_ALI_5451) {
ali_save_regs(card);
@@ -3466,7 +3466,7 @@
static int trident_resume(struct pci_dev *dev)
{
- struct trident_card *card = (struct trident_card *) dev;
+ struct trident_card *card = pci_get_drvdata(dev);
if(card->pci_id == PCI_DEVICE_ID_ALI_5451) {
ali_restore_regs(card);
next prev parent reply other threads:[~2002-07-24 13:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-24 13:16 Ian Soboroff
2002-07-24 13:18 ` Muli Ben-Yehuda
2002-07-24 13:46 ` Ian Soboroff [this message]
2002-07-24 14:57 ` Zwane Mwaikambo
2002-07-24 14:57 ` Ian Soboroff
2002-07-24 15:38 ` Zwane Mwaikambo
2002-07-24 16:24 ` Ian Soboroff
2002-07-24 19:09 ` Muli Ben-Yehuda
2002-08-02 14:45 ` Booting problem, 2.4.19-rc5-ac1, ali15x3 Ian Soboroff
2002-08-02 15:12 ` gigerstyle
2002-08-02 18:26 ` Go Taniguchi
2002-08-02 19:43 ` Marc Giger
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=9cfk7nl5jcm.fsf@rogue.ncsl.nist.gov \
--to=ian.soboroff@nist.gov \
--cc=linux-kernel@vger.kernel.org \
--cc=mulix@actcom.co.il \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®