The attached patch enables external speakers and microphone on a Dell
1420 laptop.
rtg
--
Tim Gardner
tim.gardner@...
From dc24b94b0d384a70b400d56f97060351f800c3df Mon Sep 17 00:00:00 2001
From: Tim Gardner <
tim.gardner@...>
Date: Fri, 22 Jun 2007 10:50:48 -0600
Subject: [PATCH] UBUNTU: Dell Inspiron 1420 no external audio
Bug: 119898
Added quirk support for PCI_VENDOR_ID_DELL/0x01f3.
modified: sound/pci/hda/patch_sigmatel.c
Signed-off-by: Tim Gardner <
tim.gardner@...>
---
sound/pci/hda/patch_sigmatel.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 0a252c4..2a9f68a 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -748,6 +748,9 @@ static struct hda_board_config stac927x_cfg_tbl[] = {
{ .pci_subvendor = PCI_VENDOR_ID_INTEL,
.pci_subdevice = 0x2001,
.config = STAC_D965_3ST }, /* Intel DQ965GF - 3 Stack */
+ { .pci_subvendor = PCI_VENDOR_ID_DELL,
+ .pci_subdevice = 0x01f3,
+ .config = STAC_D965_3ST }, /* Dell 1420 - 3 Stack */
/* 965 based 5 stack systems */
{ .pci_subvendor = PCI_VENDOR_ID_DELL,
.pci_subdevice = 0x01dd,
--
1.4.4.2
--
kernel-team mailing list
kernel-team@...
https://lists.ubuntu.com/mailman/listinfo/kernel-team