* [PATCH] Add quirk for Asus P5LD2
@ 2007-07-19 19:48 Claudio Matsuoka
2007-07-19 21:22 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Claudio Matsuoka @ 2007-07-19 19:48 UTC (permalink / raw)
To: alsa-devel; +Cc: Takashi Iwai, lcapitulino
[-- Attachment #1: Type: text/plain, Size: 161 bytes --]
Another simple patch that adds a system to the ALC882 quirk table.
Tested with a week-old HG version, buildsystem of the current
alsa-driver seems to be broken.
[-- Attachment #2: 0014-ALSA-hda-codec-Add-quirk-for-Asus-P5LD2.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]
From 756389db68436fb897907bcd7362156fb9b899e2 Mon Sep 17 00:00:00 2001
From: Claudio Matsuoka <cmatsuoka@gmail.com>
Date: Thu, 19 Jul 2007 16:34:34 -0300
Subject: [PATCH] [ALSA] hda-codec - Add quirk for Asus P5LD2
Without the proper model setting, the Asus P5LD2 rear outputs remain
completely silent unlike other systems where the front speakers usually
work. This patch adds the P5LD2 to the quirk table.
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
---
sound/pci/hda/patch_realtek.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 15b7f9b..de71586 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5307,6 +5307,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = {
SND_PCI_QUIRK(0x1462, 0x28fb, "Targa T8", ALC882_TARGA), /* MSI-1049 T8 */
SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
SND_PCI_QUIRK(0x1043, 0x060d, "Asus A7J", ALC882_ASUS_A7J),
+ SND_PCI_QUIRK(0x1043, 0x817f, "Asus P5LD2", ALC882_6ST_DIG),
SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_W2JC),
{}
--
1.5.2.3
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add quirk for Asus P5LD2
2007-07-19 19:48 [PATCH] Add quirk for Asus P5LD2 Claudio Matsuoka
@ 2007-07-19 21:22 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2007-07-19 21:22 UTC (permalink / raw)
To: Claudio Matsuoka; +Cc: lcapitulino, alsa-devel
At Thu, 19 Jul 2007 16:48:40 -0300,
Claudio Matsuoka wrote:
>
> Another simple patch that adds a system to the ALC882 quirk table.
> Tested with a week-old HG version, buildsystem of the current
> alsa-driver seems to be broken.
Fixed now. And applied your patch. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-19 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 19:48 [PATCH] Add quirk for Asus P5LD2 Claudio Matsuoka
2007-07-19 21:22 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox