All of lore.kernel.org
 help / color / mirror / Atom feed
* snd_hda_intel 3stack mode for ASUS P5P-L2
@ 2006-11-21 11:46 Nickolay V. Shmyrev
  2006-11-21 17:58 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Nickolay V. Shmyrev @ 2006-11-21 11:46 UTC (permalink / raw)
  To: alsa-devel; +Cc: Nickolay V. Shmyrev


[-- Attachment #1.1: Type: text/plain, Size: 1205 bytes --]

Hello all.

I have ASUS P5PL2 motherboard and it's embedded sound card requires
the following patch which sets "3stack" model to operate properly:

00:1b.0 0403: 8086:27d8 (rev 01)
        Subsystem: 1043:817f
        Flags: bus master, fast devsel, latency 0, IRQ 177
        Memory at dfdf8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: 64bit+
Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0

Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>

--- patch_analog.c	Tue Nov 21 14:11:53 2006
+++ patch_analog.c.new	Tue Nov 21 14:42:26 2006
@@ -798,6 +798,8 @@ static struct hda_board_config ad1986a_c
 	  .config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81cb,
 	  .config = AD1986A_3STACK }, /* ASUS M2NPV-VM */
+	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x817f,
+	  .config = AD1986A_3STACK }, /* ASUS P5P-L2 */
 	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x1017,
 	  .config = AD1986A_3STACK }, /* Lenovo A60 desktop */
 	{ .modelname = "laptop",	.config = AD1986A_LAPTOP },


[-- Attachment #1.2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

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

* Re: snd_hda_intel 3stack mode for ASUS P5P-L2
  2006-11-21 11:46 snd_hda_intel 3stack mode for ASUS P5P-L2 Nickolay V. Shmyrev
@ 2006-11-21 17:58 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-11-21 17:58 UTC (permalink / raw)
  To: Nickolay V. Shmyrev; +Cc: alsa-devel

At Tue, 21 Nov 2006 14:46:34 +0300,
Nickolay V. Shmyrev wrote:
> 
> Hello all.
> 
> I have ASUS P5PL2 motherboard and it's embedded sound card requires
> the following patch which sets "3stack" model to operate properly:
> 
> 00:1b.0 0403: 8086:27d8 (rev 01)
>         Subsystem: 1043:817f
>         Flags: bus master, fast devsel, latency 0, IRQ 177
>         Memory at dfdf8000 (64-bit, non-prefetchable) [size=16K]
>         Capabilities: [50] Power Management version 2
>         Capabilities: [60] Message Signalled Interrupts: 64bit+
> Queue=0/0 Enable-
>         Capabilities: [70] Express Unknown type IRQ 0
> 
> Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>

Thanks, I added the entry to ALSA HG tree.


Takashi

> 
> --- patch_analog.c	Tue Nov 21 14:11:53 2006
> +++ patch_analog.c.new	Tue Nov 21 14:42:26 2006
> @@ -798,6 +798,8 @@ static struct hda_board_config ad1986a_c
>  	  .config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
>  	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81cb,
>  	  .config = AD1986A_3STACK }, /* ASUS M2NPV-VM */
> +	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x817f,
> +	  .config = AD1986A_3STACK }, /* ASUS P5P-L2 */
>  	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x1017,
>  	  .config = AD1986A_3STACK }, /* Lenovo A60 desktop */
>  	{ .modelname = "laptop",	.config = AD1986A_LAPTOP },
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2006-11-21 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21 11:46 snd_hda_intel 3stack mode for ASUS P5P-L2 Nickolay V. Shmyrev
2006-11-21 17:58 ` Takashi Iwai

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.