Skip to content

Commit

Permalink
snd-hda-intel: better Alienware M17x R3 quirk
Browse files Browse the repository at this point in the history
I have been told that this way the rear headphone connector is
working as well; with model=alienware only laptop speakers work.
The subsystem of both controller and codec is 1028:0490.

Signed-off-by: Albert Pool <albertpool@solcon.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Albert Pool authored and Takashi Iwai committed Jan 20, 2012
1 parent a730979 commit b9ecc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
"Alienware M17x", STAC_ALIENWARE_M17X),
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
"Alienware M17x", STAC_ALIENWARE_M17X),
"Alienware M17x R3", STAC_DELL_EQ),
{} /* terminator */
};

Expand Down

0 comments on commit b9ecc4e

Please sign in to comment.