* [RESEND] [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q
@ 2010-02-20 16:28 Daniel Chen
2010-02-22 7:51 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Chen @ 2010-02-20 16:28 UTC (permalink / raw)
To: Takashi Iwai, Jaroslav Kysela; +Cc: alsa-devel, Lasse Havelund, stable
[-- Attachment #1: Type: text/plain, Size: 43 bytes --]
Attached the actual patch this time.
-Dan
[-- Attachment #2: 0001-ALSA-hda-Use-3stack-quirk-for-Toshiba-Satellite-L40-.patch --]
[-- Type: text/x-patch, Size: 1488 bytes --]
From 9bc3416eaf09a846185ea5d9fa65f0daf38e702b Mon Sep 17 00:00:00 2001
From: Daniel T Chen <crimsun@ubuntu.com>
Date: Sat, 20 Feb 2010 11:16:30 -0500
Subject: [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q
BugLink: https://bugs.launchpad.net/bugs/524948
The OR has verified that the existing model=laptop-eapd quirk does not
function correctly but instead needs model=3stack. Make this change
so that manual corrections to module-init-tools file(s) are not
required.
Reported-by: Lasse Havelund <lasse@havelund.org>
CC: <stable@kernel.org>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
---
sound/pci/hda/patch_analog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 214301d..e6d1bdf 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1098,7 +1098,7 @@ static struct snd_pci_quirk ad1986a_cfg_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS M2N", AD1986A_3STACK),
SND_PCI_QUIRK(0x1043, 0x8234, "ASUS M2N", AD1986A_3STACK),
SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS A8N-VM", AD1986A_3STACK),
- SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba", AD1986A_LAPTOP_EAPD),
+ SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba Satellite L40-10Q", AD1986A_3STACK),
SND_PCI_QUIRK(0x144d, 0xb03c, "Samsung R55", AD1986A_3STACK),
SND_PCI_QUIRK(0x144d, 0xc01e, "FSC V2060", AD1986A_LAPTOP),
SND_PCI_QUIRK(0x144d, 0xc024, "Samsung P50", AD1986A_SAMSUNG_P50),
--
1.7.0
[-- 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: [RESEND] [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q
2010-02-20 16:28 [RESEND] [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q Daniel Chen
@ 2010-02-22 7:51 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2010-02-22 7:51 UTC (permalink / raw)
To: Daniel Chen; +Cc: alsa-devel, Lasse Havelund, stable
At Sat, 20 Feb 2010 11:28:12 -0500,
Daniel Chen wrote:
>
> Attached the actual patch this time.
Applied now. Thanks.
Takashi
>
> -Dan
> [2 0001-ALSA-hda-Use-3stack-quirk-for-Toshiba-Satellite-L40-.patch <text/x-patch; US-ASCII (base64)>]
> From 9bc3416eaf09a846185ea5d9fa65f0daf38e702b Mon Sep 17 00:00:00 2001
> From: Daniel T Chen <crimsun@ubuntu.com>
> Date: Sat, 20 Feb 2010 11:16:30 -0500
> Subject: [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q
>
> BugLink: https://bugs.launchpad.net/bugs/524948
>
> The OR has verified that the existing model=laptop-eapd quirk does not
> function correctly but instead needs model=3stack. Make this change
> so that manual corrections to module-init-tools file(s) are not
> required.
>
> Reported-by: Lasse Havelund <lasse@havelund.org>
> CC: <stable@kernel.org>
> Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
> ---
> sound/pci/hda/patch_analog.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
> index 214301d..e6d1bdf 100644
> --- a/sound/pci/hda/patch_analog.c
> +++ b/sound/pci/hda/patch_analog.c
> @@ -1098,7 +1098,7 @@ static struct snd_pci_quirk ad1986a_cfg_tbl[] = {
> SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS M2N", AD1986A_3STACK),
> SND_PCI_QUIRK(0x1043, 0x8234, "ASUS M2N", AD1986A_3STACK),
> SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS A8N-VM", AD1986A_3STACK),
> - SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba", AD1986A_LAPTOP_EAPD),
> + SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba Satellite L40-10Q", AD1986A_3STACK),
> SND_PCI_QUIRK(0x144d, 0xb03c, "Samsung R55", AD1986A_3STACK),
> SND_PCI_QUIRK(0x144d, 0xc01e, "FSC V2060", AD1986A_LAPTOP),
> SND_PCI_QUIRK(0x144d, 0xc024, "Samsung P50", AD1986A_SAMSUNG_P50),
> --
> 1.7.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-22 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 16:28 [RESEND] [PATCH] ALSA: hda: Use 3stack quirk for Toshiba Satellite L40-10Q Daniel Chen
2010-02-22 7:51 ` 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).