]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.27.14/alsa-hda-add-quirk-for-hp-dv6700-laptop.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 2.6.27.14 / alsa-hda-add-quirk-for-hp-dv6700-laptop.patch
CommitLineData
5861a31d
GKH
1From aa9d823bb347fb66cb07f98c686be8bb85cb6a74 Mon Sep 17 00:00:00 2001
2From: Joerg Schirottke <master@kanotix.com>
3Date: Tue, 27 Jan 2009 11:01:34 +0100
4Subject: ALSA: hda - Add quirk for HP DV6700 laptop
5
6From: Joerg Schirottke <master@kanotix.com>
7
8commit aa9d823bb347fb66cb07f98c686be8bb85cb6a74 upstream.
9
10Added the matching model=laptop for HP DV6700 laptop.
11
12Signed-off-by: Joerg Schirottke <master@kanotix.com>
13Signed-off-by: Takashi Iwai <tiwai@suse.de>
14Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15
16---
17 sound/pci/hda/patch_conexant.c | 1 +
18 1 file changed, 1 insertion(+)
19
20--- a/sound/pci/hda/patch_conexant.c
21+++ b/sound/pci/hda/patch_conexant.c
22@@ -1470,6 +1470,7 @@ static struct snd_pci_quirk cxt5047_cfg_
23 SND_PCI_QUIRK(0x103c, 0x30a5, "HP DV5200T/DV8000T", CXT5047_LAPTOP_HP),
24 SND_PCI_QUIRK(0x103c, 0x30b2, "HP DV2000T/DV3000T", CXT5047_LAPTOP),
25 SND_PCI_QUIRK(0x103c, 0x30b5, "HP DV2000Z", CXT5047_LAPTOP),
26+ SND_PCI_QUIRK(0x103c, 0x30cf, "HP DV6700", CXT5047_LAPTOP),
27 SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba P100", CXT5047_LAPTOP_EAPD),
28 {}
29 };