[alsa-devel] [PATCH] ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203
Hi,
Attached is a patch against sound-2.6 master HEAD that makes the OR's audio work by default.
Best, -Dan
At Thu, 22 Apr 2010 17:48:04 -0400, Daniel Chen wrote:
Hi,
Attached is a patch against sound-2.6 master HEAD that makes the OR's audio work by default.
Applied now. Thanks.
Takashi
Best, -Dan [2 0001-ALSA-hda-Use-LPIB-quirk-for-DG965OT-board-version-AA.patch <text/x-diff; US-ASCII (base64)>] From 503bdc4d62169642c09785e838bf89f751949ea8 Mon Sep 17 00:00:00 2001 From: Daniel T Chen crimsun@ubuntu.com Date: Wed, 21 Apr 2010 19:55:43 -0400 Subject: [PATCH] ALSA: hda: Use LPIB quirk for DG965OT board version AAD63733-203
BugLink: https://launchpad.net/bugs/459083
The OR has verified with 2.6.32.11 and the latest alsa-driver stable daily snapshot that position_fix=1 is necessary for the external mic to work and for PulseAudio not to crash constantly.
This patch is necessary also for 2.6.32.11 and 2.6.33.2.
Reported-by: imwithid@yahoo.com Tested-by: imwithid@yahoo.com Cc: stable@kernel.org Signed-off-by: Daniel T Chen crimsun@ubuntu.com
sound/pci/hda/hda_intel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 238e0ca..1a798d9 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2243,6 +2243,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = { SND_PCI_QUIRK(0x1458, 0xa022, "ga-ma770-ud3", POS_FIX_LPIB), SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB), SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB),
- SND_PCI_QUIRK(0x8086, 0x2503, "DG965OT AAD63733-203", POS_FIX_LPIB), SND_PCI_QUIRK(0x8086, 0xd601, "eMachines T5212", POS_FIX_LPIB), {}
};
1.7.0.4
participants (2)
-
Daniel Chen
-
Takashi Iwai