diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-01-31 04:35:19 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:03:25 -0500 |
commit | 4147dab62d1b4387c304888488e1f67a83ad53c8 (patch) | |
tree | 287d99853af22903d00ac40670eb1e4554c8f558 /sound | |
parent | 8fa58af7db56077d6a042fd7b9dd4c9515e1c37b (diff) |
[ALSA] hda-codec - Add model for Uniwill X40AIx
Added model=uniwill-m31 for Uniwill X40AIx with ALC861 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d01895515e0d..c022e8157c34 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -7758,6 +7758,7 @@ static struct snd_pci_quirk alc861_cfg_tbl[] = { | |||
7758 | SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA), | 7758 | SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA), |
7759 | SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), | 7759 | SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), |
7760 | SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31), | 7760 | SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31), |
7761 | SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31), | ||
7761 | SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST), | 7762 | SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST), |
7762 | {} | 7763 | {} |
7763 | }; | 7764 | }; |