* Change default config for Asus P5GD1
@ 2006-12-26 2:35 Tobin Davis
2006-12-28 13:04 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Tobin Davis @ 2006-12-26 2:35 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 272 bytes --]
This patch changes the default configuration for the Asus P5GD1
motherboard from 5stack to asus, as reported by stelek on
linuxquestions.org
(http://www.linuxquestions.org/questions/showthread.php?p=2556497#post2556497).
Signed off by Tobin Davis <tdavis@dsl-only.net>
[-- Attachment #1.2: Type: text/html, Size: 774 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] 4+ messages in thread
* Re: Change default config for Asus P5GD1
2006-12-26 2:35 Tobin Davis
@ 2006-12-28 13:04 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2006-12-28 13:04 UTC (permalink / raw)
To: Tobin Davis; +Cc: alsa-devel
At Mon, 25 Dec 2006 18:35:46 -0800,
Tobin Davis wrote:
>
> This patch changes the default configuration for the Asus P5GD1 motherboard from
> 5stack to asus, as reported by stelek on linuxquestions.org (http://
> www.linuxquestions.org/questions/showthread.php?p=2556497#post2556497).
>
> Signed off by Tobin Davis <tdavis@dsl-only.net>
Couldn't find the patch here. Could you repost?
thanks,
Takashi
-------------------------------------------------------------------------
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] 4+ messages in thread
* Change default config for Asus P5GD1
@ 2006-12-28 16:07 Tobin Davis
2007-01-08 11:16 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Tobin Davis @ 2006-12-28 16:07 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 272 bytes --]
This patch changes the default configuration for the Asus P5GD1
motherboard from 5stack to asus, as reported by stelek on
linuxquestions.org
(http://www.linuxquestions.org/questions/showthread.php?p=2556497#post2556497).
Signed off by Tobin Davis <tdavis@dsl-only.net>
[-- Attachment #1.2: Type: text/html, Size: 774 bytes --]
[-- Attachment #2: Asus-P5GD1.patch --]
[-- Type: text/x-patch, Size: 1006 bytes --]
diff -r 9998aa91f5da pci/hda/patch_realtek.c
--- a/pci/hda/patch_realtek.c Fri Dec 22 12:44:25 2006 +0100
+++ b/pci/hda/patch_realtek.c Mon Dec 25 18:33:37 2006 -0800
@@ -2382,7 +2382,7 @@ static struct snd_pci_quirk alc880_cfg_t
/* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
- SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_5ST),
+ SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_ASUS),
SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
@@ -4738,6 +4738,7 @@ static struct snd_pci_quirk alc882_cfg_t
SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
+ SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
{}
};
[-- Attachment #3: 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 #4: 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] 4+ messages in thread
* Re: Change default config for Asus P5GD1
2006-12-28 16:07 Change default config for Asus P5GD1 Tobin Davis
@ 2007-01-08 11:16 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2007-01-08 11:16 UTC (permalink / raw)
To: Tobin Davis; +Cc: alsa-devel
At Thu, 28 Dec 2006 08:07:44 -0800,
Tobin Davis wrote:
>
> This patch changes the default configuration for the Asus P5GD1 motherboard from
> 5stack to asus, as reported by stelek on linuxquestions.org (http://
> www.linuxquestions.org/questions/showthread.php?p=2556497#post2556497).
>
> Signed off by Tobin Davis <tdavis@dsl-only.net>
The patch includes the fix that was already included.
I removed that hunk and applied to HG tree now.
Please check whether it's correct.
thanks,
Takashi
>
>
> [2 Asus-P5GD1.patch <text/x-patch; UTF-8 (7bit)>]
> diff -r 9998aa91f5da pci/hda/patch_realtek.c
> --- a/pci/hda/patch_realtek.c Fri Dec 22 12:44:25 2006 +0100
> +++ b/pci/hda/patch_realtek.c Mon Dec 25 18:33:37 2006 -0800
> @@ -2382,7 +2382,7 @@ static struct snd_pci_quirk alc880_cfg_t
> /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
> SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
> SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
> - SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_5ST),
> + SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_ASUS),
> SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
> SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
> SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
> @@ -4738,6 +4738,7 @@ static struct snd_pci_quirk alc882_cfg_t
> SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
> SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
> SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
> + SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
> {}
> };
>
> [3 <text/plain; us-ascii (7bit)>]
> -------------------------------------------------------------------------
> 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
> [4 <text/plain; us-ascii (7bit)>]
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------------------------
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] 4+ messages in thread
end of thread, other threads:[~2007-01-08 11:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28 16:07 Change default config for Asus P5GD1 Tobin Davis
2007-01-08 11:16 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2006-12-26 2:35 Tobin Davis
2006-12-28 13:04 ` 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.