linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] snd-es1968: Add ESS vendor ID to pm_whitelist
@ 2012-11-04 22:34 Ondrej Zary
  2012-11-05 11:39 ` [alsa-devel] " Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Ondrej Zary @ 2012-11-04 22:34 UTC (permalink / raw)
  To: alsa-devel; +Cc: Kernel development list

Add generic ESS vendor ID to pm_whitelist. This should fix suspend on
all Maestro-2 and Maestro-2E based PCI cards.
Tested on Terratec DMX and SF64-PCE2.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>

--- a/sound/pci/es1968.c
+++ b/sound/pci/es1968.c
@@ -2655,6 +2655,8 @@ static struct ess_device_list pm_whitelist[] __devinitdata = {
 	{ TYPE_MAESTRO2E, 0x1179 },
 	{ TYPE_MAESTRO2E, 0x14c0 },	/* HP omnibook 4150 */
 	{ TYPE_MAESTRO2E, 0x1558 },
+	{ TYPE_MAESTRO2E, 0x125d },	/* a PCI card, e.g. Terratec DMX */
+	{ TYPE_MAESTRO2, 0x125d },	/* a PCI card, e.g. SF64-PCE2 */
 };
 
 static struct ess_device_list mpu_blacklist[] __devinitdata = {
-- 
Ondrej Zary

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [alsa-devel] [PATCH] snd-es1968: Add ESS vendor ID to pm_whitelist
  2012-11-04 22:34 [PATCH] snd-es1968: Add ESS vendor ID to pm_whitelist Ondrej Zary
@ 2012-11-05 11:39 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-11-05 11:39 UTC (permalink / raw)
  To: Ondrej Zary; +Cc: alsa-devel, Kernel development list

At Sun, 4 Nov 2012 23:34:58 +0100,
Ondrej Zary wrote:
> 
> Add generic ESS vendor ID to pm_whitelist. This should fix suspend on
> all Maestro-2 and Maestro-2E based PCI cards.
> Tested on Terratec DMX and SF64-PCE2.
> 
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>

Applied now.  Thanks.


Takashi

> 
> --- a/sound/pci/es1968.c
> +++ b/sound/pci/es1968.c
> @@ -2655,6 +2655,8 @@ static struct ess_device_list pm_whitelist[] __devinitdata = {
>  	{ TYPE_MAESTRO2E, 0x1179 },
>  	{ TYPE_MAESTRO2E, 0x14c0 },	/* HP omnibook 4150 */
>  	{ TYPE_MAESTRO2E, 0x1558 },
> +	{ TYPE_MAESTRO2E, 0x125d },	/* a PCI card, e.g. Terratec DMX */
> +	{ TYPE_MAESTRO2, 0x125d },	/* a PCI card, e.g. SF64-PCE2 */
>  };
>  
>  static struct ess_device_list mpu_blacklist[] __devinitdata = {
> -- 
> Ondrej Zary
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-05 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 22:34 [PATCH] snd-es1968: Add ESS vendor ID to pm_whitelist Ondrej Zary
2012-11-05 11:39 ` [alsa-devel] " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).