diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-23 03:09:43 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 03:09:43 -0500 |
commit | 8056d47e77a0f7e3c99c114deab4859d31496075 (patch) | |
tree | 2512f88d57c269d75b4316cb5f71da2a5642c8cb /sound/pci/hda/patch_sigmatel.c | |
parent | 577aa2c195045599275b54356969ae19f34e7a66 (diff) |
ALSA: hda - Add model=ref for Intel board with STAC9221
An intel board (8086:0204) works only with model=ref.
Reference: Novell bug #406529
https://bugzilla.novell.com/show_bug.cgi?id=406529
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 3fbe22053b3f..4ee9f7fc7724 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -2056,6 +2056,9 @@ static struct snd_pci_quirk stac922x_cfg_tbl[] = { | |||
2056 | "Intel D945P", STAC_D945GTP3), | 2056 | "Intel D945P", STAC_D945GTP3), |
2057 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707, | 2057 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707, |
2058 | "Intel D945P", STAC_D945GTP5), | 2058 | "Intel D945P", STAC_D945GTP5), |
2059 | /* other intel */ | ||
2060 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204, | ||
2061 | "Intel D945", STAC_D945_REF), | ||
2059 | /* other systems */ | 2062 | /* other systems */ |
2060 | /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */ | 2063 | /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */ |
2061 | SND_PCI_QUIRK(0x8384, 0x7680, | 2064 | SND_PCI_QUIRK(0x8384, 0x7680, |