]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.drivers/alsa-hda-intel-d945-ref-quirk
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / alsa-hda-intel-d945-ref-quirk
CommitLineData
00e5a55c
BS
1From 8056d47e77a0f7e3c99c114deab4859d31496075 Mon Sep 17 00:00:00 2001
2From: Takashi Iwai <tiwai@suse.de>
3Date: Fri, 23 Jan 2009 09:09:43 +0100
4Subject: ALSA: hda - Add model=ref for Intel board with STAC9221
5Patch-mainline:
6References: bnc#406529
7
8An intel board (8086:0204) works only with model=ref.
9
10Reference: Novell bug #406529
11 https://bugzilla.novell.com/show_bug.cgi?id=406529
12
13Signed-off-by: Takashi Iwai <tiwai@suse.de>
14
15---
16 sound/pci/hda/patch_sigmatel.c | 3 +++
17 1 file changed, 3 insertions(+)
18
19--- a/sound/pci/hda/patch_sigmatel.c
20+++ b/sound/pci/hda/patch_sigmatel.c
21@@ -2028,6 +2028,9 @@ static struct snd_pci_quirk stac922x_cfg
22 "Intel D945P", STAC_D945GTP3),
23 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
24 "Intel D945P", STAC_D945GTP5),
25+ /* other intel */
26+ SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
27+ "Intel D945", STAC_D945_REF),
28 /* other systems */
29 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
30 SND_PCI_QUIRK(0x8384, 0x7680,