Skip to content

Commit

Permalink
ALSA: hda - Use model=auto for Lenovo G555
Browse files Browse the repository at this point in the history
The new auto-parser fixes problems on Lenovo G555.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed May 25, 2011
1 parent 5d44f92 commit af4ccf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,7 @@ static const struct snd_pci_quirk cxt5066_cfg_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT5066_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo U350", CXT5066_ASUS),
SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G560", CXT5066_ASUS),
SND_PCI_QUIRK(0x17aa, 0x3938, "Lenovo G565", CXT5066_AUTO),
SND_PCI_QUIRK_VENDOR(0x17aa, "Lenovo", CXT5066_IDEAPAD), /* Fallback for Lenovos without dock mic */
{}
};
Expand Down

0 comments on commit af4ccf4

Please sign in to comment.