diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-23 11:09:43 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 11:09:43 +0300 |
commit | 8056d47e77a0f7e3c99c114deab4859d31496075 (patch) | |
tree | 2512f88d57c269d75b4316cb5f71da2a5642c8cb /sound/pci/hda/patch_sigmatel.c | |
parent | 577aa2c195045599275b54356969ae19f34e7a66 (diff) | |
download | linux-8056d47e77a0f7e3c99c114deab4859d31496075.tar.xz |
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[] = { "Intel D945P", STAC_D945GTP3), SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707, "Intel D945P", STAC_D945GTP5), + /* other intel */ + SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204, + "Intel D945", STAC_D945_REF), /* other systems */ /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */ SND_PCI_QUIRK(0x8384, 0x7680, |