diff options
author | Claudio Matsuoka <cmatsuoka@gmail.com> | 2007-07-14 00:26:16 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 11:11:53 +0200 |
commit | ef64adbbba1b215e8b523b50ef9d568b4bf2e1e3 (patch) | |
tree | 1e9f172e67363f049121f8eaaf147808dd076020 /sound | |
parent | 4723c022e1960abb5608b37ef61443da7d6296bb (diff) | |
download | linux-3.10-ef64adbbba1b215e8b523b50ef9d568b4bf2e1e3.tar.gz linux-3.10-ef64adbbba1b215e8b523b50ef9d568b4bf2e1e3.tar.bz2 linux-3.10-ef64adbbba1b215e8b523b50ef9d568b4bf2e1e3.zip |
[ALSA] hda-codec - Add quirks for HP dx2200/dx2250
HP dx2200 and dx2250 use Micro-Star International (MSI) motherboards
(models MS-7254 and MS-7297 respectively) with an ALC862 codec in
threestack configuration. Adding this quirk allows correct 5.1 sound
output in these systems.
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d427c32301f..28fa99da191 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9560,6 +9560,8 @@ static struct snd_pci_quirk alc861_cfg_tbl[] = { SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31), SND_PCI_QUIRK(0x1849, 0x0660, "Asrock 939SLI32", ALC660_3ST), SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST), + SND_PCI_QUIRK(0x1462, 0x7254, "HP dx2200 (MSI MS-7254)", ALC861_3ST), + SND_PCI_QUIRK(0x1462, 0x7297, "HP dx2250 (MSI MS-7297)", ALC861_3ST), {} }; |