[alsa-devel] [PATCH] ALSA: hda: Use "alienware" model quirk for another SSID

Takashi Iwai tiwai at suse.de
Thu Dec 2 08:02:02 CET 2010


At Wed, 1 Dec 2010 19:22:31 -0500,
Daniel Chen wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> Hi,
> 
> Attached is a patch against current sound-2.6 master HEAD (also
> applicable to all supported/maintained stable kernels inclusive of
> 2.6.32 and newer) that adds a bug reporter's SSID to the appropriate
> quirk table so that headphones and mics are usable.  Please apply.

Applied now.  Thanks!


Takashi

> 
> Best,
> -Dan
> [2 0001-ALSA-hda-Use-alienware-model-quirk-for-another-SSID.patch <text/x-patch; US-ASCII (base64)>]
> From 80dfa42352a1454b994459d11881d37534217470 Mon Sep 17 00:00:00 2001
> From: Daniel T Chen <crimsun at ubuntu.com>
> Date: Wed, 1 Dec 2010 19:16:07 -0500
> Subject: [PATCH] ALSA: hda: Use "alienware" model quirk for another SSID
> 
> BugLink: https://launchpad.net/bugs/683695
> 
> The original reporter states that headphone jacks do not appear to
> work.  Upon inspecting his codec dump, and upon further testing, it is
> confirmed that the "alienware" model quirk is correct.
> 
> Reported-and-tested-by: Cody Thierauf
> Cc: <stable at kernel.org> [2.6.32+]
> Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
> ---
>  sound/pci/hda/patch_sigmatel.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
> index 5c71080..efa4225 100644
> --- a/sound/pci/hda/patch_sigmatel.c
> +++ b/sound/pci/hda/patch_sigmatel.c
> @@ -1627,6 +1627,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
>  static struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
>  	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
>  		      "Alienware M17x", STAC_ALIENWARE_M17X),
> +	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
> +		      "Alienware M17x", STAC_ALIENWARE_M17X),
>  	{} /* terminator */
>  };
>  
> -- 
> 1.7.1
> 


More information about the Alsa-devel mailing list