]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-hda-intel-d945-ref-quirk
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-hda-intel-d945-ref-quirk
1 From 8056d47e77a0f7e3c99c114deab4859d31496075 Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Fri, 23 Jan 2009 09:09:43 +0100
4 Subject: ALSA: hda - Add model=ref for Intel board with STAC9221
5 Patch-mainline:
6 References: bnc#406529
7
8 An intel board (8086:0204) works only with model=ref.
9
10 Reference: Novell bug #406529
11 https://bugzilla.novell.com/show_bug.cgi?id=406529
12
13 Signed-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,