[alsa-devel] [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537)
Andy Whitcroft
apw at canonical.com
Tue Dec 2 13:41:02 CET 2008
Sort out the headphone connections for the Dell Studio 15 (1537), by
default there is no sound from this socket. This seems to have the same
wiring as a dell-m6. Automatically detect and select that model.
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
sound/pci/hda/patch_sigmatel.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 243f8de..7760636 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1325,6 +1325,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
"unknown Dell", STAC_DELL_M6),
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
"unknown Dell", STAC_DELL_M6),
+ SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
+ "unknown Dell", STAC_DELL_M6),
{} /* terminator */
};
--
1.6.0.4.911.gc990
More information about the Alsa-devel
mailing list