From: Takashi Iwai <tiwai@suse.de>
To: Martin Josefsson <gandalf@wlug.westbo.se>
Cc: perex@suse.cz, akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Add pci_save_state() to ALSA
Date: Fri, 12 Nov 2004 10:22:48 +0100 [thread overview]
Message-ID: <s5hbre3fml3.wl@alsa2.suse.de> (raw)
In-Reply-To: <1100205586.6496.31.camel@tux.rsn.bth.se>
At Thu, 11 Nov 2004 21:39:46 +0100,
Martin Josefsson wrote:
>
> Hi
>
> Some time ago, a patch was merged that removed pci_save_state() and
> pci_restore_state() from various drivers. That patch also added
> pci_restore_state() to sound/core/init.c but didn't add pci_save_state()
> anywhere.
pci_save_state() is called internally in
drivers/pci/pci-driver.c:pci_device_suspend(), so it's redundant.
> My laptop doesn't resume (gets what I assume is an ACPI timeout and
> hangs solid) without this small obvious patch.
I'm wondering how this can fix your problem...
Takashi
> Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se>
>
> --- linux-2.6.10-rc1-bk21.orig/sound/core/init.c 2004-11-11 18:51:17.000000000 +0100
> +++ linux-2.6.10-rc1-bk21/sound/core/init.c 2004-11-11 20:57:52.000000000 +0100
> @@ -789,6 +789,8 @@ int snd_card_pci_suspend(struct pci_dev
> return 0;
> if (card->power_state == SNDRV_CTL_POWER_D3hot)
> return 0;
> + /* save the PCI config space */
> + pci_save_state(dev);
> /* FIXME: correct state value? */
> return card->pm_suspend(card, 0);
> }
>
> --
> /Martin
next prev parent reply other threads:[~2004-11-12 9:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-11 20:39 [PATCH] Add pci_save_state() to ALSA Martin Josefsson
2004-11-12 9:22 ` Takashi Iwai [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-11-12 13:00 Zhu, Yi
2004-11-12 13:26 ` Takashi Iwai
2004-11-12 13:45 ` Arjan van de Ven
2004-11-12 13:58 ` Takashi Iwai
2004-11-12 16:12 ` Martin Josefsson
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=s5hbre3fml3.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=akpm@osdl.org \
--cc=gandalf@wlug.westbo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@suse.cz \
/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.