diff options
author | Anisse Astier <anisse@astier.eu> | 2011-02-10 13:14:44 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-02-11 08:52:50 +0100 |
commit | 965b76d23ea354848dea8d34059d04e150dcd464 (patch) | |
tree | bceec5ae277420c79e2739b29e47f893fb6cdc23 /sound | |
parent | 2243c4d0727ad85aff3f54be9d178632cc9234b2 (diff) | |
download | linux-3.10-965b76d23ea354848dea8d34059d04e150dcd464.tar.gz linux-3.10-965b76d23ea354848dea8d34059d04e150dcd464.tar.bz2 linux-3.10-965b76d23ea354848dea8d34059d04e150dcd464.zip |
ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 089a7de2439..3328a259a24 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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), {} }; |