aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorDaniel T Chen <crimsun@ubuntu.com>2010-03-14 23:44:03 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-01 19:01:23 -0400
commitcb6972366b36a2740e1e47b7b9c0471cc6065988 (patch)
treeb02374deba299f80b7df88f9ea9e94bc1f2d4115 /sound/pci/hda/patch_realtek.c
parentf140b5c7d133655ae9c541f51218a278d24bba60 (diff)
ALSA: hda: Use LPIB and 6stack-dig for eMachines T5212
commit 572c0e3c73341755f3e7dfaaef6b26df12bd709c upstream. BugLink: https://bugs.launchpad.net/bugs/538895 The OR has verified that both position_fix=1 and model=6stack-dig are necessary to have capture function properly. (The existing 3stack-6ch model quirk seems to be incorrect.) Reported-by: Reuben Bailey <reuben.e.bailey@gmail.com> Tested-by: Reuben Bailey <reuben.e.bailey@gmail.com> Signed-off-by: Daniel T Chen <crimsun@ubuntu.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 910fa27ff57a..04eb5c24af7c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9101,7 +9101,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = {
9101 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_INTEL), 9101 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_INTEL),
9102 SND_PCI_QUIRK(0x8086, 0x0021, "Intel IbexPeak", ALC889A_INTEL), 9102 SND_PCI_QUIRK(0x8086, 0x0021, "Intel IbexPeak", ALC889A_INTEL),
9103 SND_PCI_QUIRK(0x8086, 0x3b56, "Intel IbexPeak", ALC889A_INTEL), 9103 SND_PCI_QUIRK(0x8086, 0x3b56, "Intel IbexPeak", ALC889A_INTEL),
9104 SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch), 9104 SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC882_6ST_DIG),
9105 9105
9106 {} 9106 {}
9107}; 9107};