]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.33.4/alsa-hda-use-stac_dell_m6_both-quirk-for-dell-studio-xps-1645.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.33.4 / alsa-hda-use-stac_dell_m6_both-quirk-for-dell-studio-xps-1645.patch
CommitLineData
18f35fee
GKH
1From aac78daf8f37256283f56820ae858add7139c56c Mon Sep 17 00:00:00 2001
2From: Daniel T Chen <crimsun@ubuntu.com>
3Date: Wed, 21 Apr 2010 20:41:52 -0400
4Subject: ALSA: hda: Use STAC_DELL_M6_BOTH quirk for Dell Studio XPS 1645
5
6From: Daniel T Chen <crimsun@ubuntu.com>
7
8commit aac78daf8f37256283f56820ae858add7139c56c upstream.
9
10BugLink: https://launchpad.net/bugs/553002
11
12The OR has verified that the dell-m6 model quirk is necessary for audio
13to be audible by default on the Dell Studio XPS 1645.
14
15This change is necessary for 2.6.32.11 and 2.6.33.2 alike.
16
17Reported-by: Robert Chambers
18Tested-by: Robert Chambers
19Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
20Signed-off-by: Takashi Iwai <tiwai@suse.de>
21Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
22
23---
24 sound/pci/hda/patch_sigmatel.c | 2 ++
25 1 file changed, 2 insertions(+)
26
27--- a/sound/pci/hda/patch_sigmatel.c
28+++ b/sound/pci/hda/patch_sigmatel.c
29@@ -1602,6 +1602,8 @@ static struct snd_pci_quirk stac92hd73xx
30 "Dell Studio 1555", STAC_DELL_M6_DMIC),
31 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
32 "Dell Studio 1557", STAC_DELL_M6_DMIC),
33+ SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
34+ "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
35 {} /* terminator */
36 };
37