All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: HDA: Remove quirk for an HP device
@ 2011-06-20  8:43 David Henningsson
  2011-06-20 14:33 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: David Henningsson @ 2011-06-20  8:43 UTC (permalink / raw)
  To: Takashi Iwai, ALSA Development Mailing List

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

The reporter, who is running kernel 2.6.38, reports that
he needs to set model=auto for the headphone output to work
correctly.

Relevant codec info is in http://bugs.launchpad.net/bugs/761022

-- 
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic

[-- Attachment #2: 0001-ALSA-HDA-Remove-quirk-for-an-HP-device.patch --]
[-- Type: text/x-patch, Size: 1281 bytes --]

>From c7ccd75a6d169b1df9cd543486f0b7e572d95a22 Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Mon, 20 Jun 2011 10:27:07 +0200
Subject: [PATCH] ALSA: HDA: Remove quirk for an HP device

The reporter, who is running kernel 2.6.38, reports that
he needs to set model=auto for the headphone output to work
correctly.

BugLink: http://bugs.launchpad.net/bugs/761022
Cc: stable@kernel.org (v2.6.38+)
Reported-by: Jo
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 sound/pci/hda/patch_realtek.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 9b97af9..c174865 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4884,7 +4884,6 @@ static const struct snd_pci_quirk alc880_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
 	SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
 	SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
-	SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
 	SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
 	SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
 	SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
-- 
1.7.4.1


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



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

* Re: [PATCH] ALSA: HDA: Remove quirk for an HP device
  2011-06-20  8:43 [PATCH] ALSA: HDA: Remove quirk for an HP device David Henningsson
@ 2011-06-20 14:33 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-06-20 14:33 UTC (permalink / raw)
  To: David Henningsson; +Cc: ALSA Development Mailing List

At Mon, 20 Jun 2011 10:43:55 +0200,
David Henningsson wrote:
> 
> The reporter, who is running kernel 2.6.38, reports that
> he needs to set model=auto for the headphone output to work
> correctly.
> 
> Relevant codec info is in http://bugs.launchpad.net/bugs/761022

Applied now.  Thanks.


Takashi

> 
> -- 
> David Henningsson, Canonical Ltd.
> http://launchpad.net/~diwic
> [2 0001-ALSA-HDA-Remove-quirk-for-an-HP-device.patch <text/x-patch (7bit)>]
> >From c7ccd75a6d169b1df9cd543486f0b7e572d95a22 Mon Sep 17 00:00:00 2001
> From: David Henningsson <david.henningsson@canonical.com>
> Date: Mon, 20 Jun 2011 10:27:07 +0200
> Subject: [PATCH] ALSA: HDA: Remove quirk for an HP device
> 
> The reporter, who is running kernel 2.6.38, reports that
> he needs to set model=auto for the headphone output to work
> correctly.
> 
> BugLink: http://bugs.launchpad.net/bugs/761022
> Cc: stable@kernel.org (v2.6.38+)
> Reported-by: Jo
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
> ---
>  sound/pci/hda/patch_realtek.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 9b97af9..c174865 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -4884,7 +4884,6 @@ static const struct snd_pci_quirk alc880_cfg_tbl[] = {
>  	SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
>  	SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
>  	SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
> -	SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
>  	SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
>  	SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
>  	SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
> -- 
> 1.7.4.1
> 

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

end of thread, other threads:[~2011-06-20 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  8:43 [PATCH] ALSA: HDA: Remove quirk for an HP device David Henningsson
2011-06-20 14:33 ` 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.