ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662
authorAnisse Astier <anisse@astier.eu>
Thu, 10 Feb 2011 12:14:44 +0000 (13:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Feb 2011 07:52:50 +0000 (08:52 +0100)
This netbook has a only one jack output and an internal mic.

By default, mic and jack sense aren't working. Using lenovo-101e
parameters makes both work.

The device seems based on a Sharetronic Q70, so this should fix audio for
this model too.

Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 089a7de..3328a25 100644 (file)
@@ -18825,6 +18825,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = {
                                        ALC662_3ST_6ch_DIG),
        SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x",
                           ALC663_ASUS_H13),
+       SND_PCI_QUIRK(0x1991, 0x5628, "Ordissimo EVE", ALC662_LENOVO_101E),
        {}
 };