]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: Fix model for HP dc7600
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Sep 2006 19:38:23 +0000 (21:38 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 5 Sep 2006 19:38:23 +0000 (21:38 +0200)
Changed the assigned model for HP dc7600 with ALC260 codec
to match better with the actual I/O assignment.
Patch taken from ALSA bug#2157.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/pci/hda/patch_realtek.c

index d5cd3a1c23905e57f76c36a712548d03fa7c1ae1..bc1932ee67200bc83f63885d37ae9677462664ba 100644 (file)
@@ -2953,7 +2953,7 @@ static struct hda_board_config alc260_cfg_tbl[] = {
        { .modelname = "hp", .config = ALC260_HP },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },
-       { .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP },
+       { .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP_3013 },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3013, .config = ALC260_HP_3013 },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3014, .config = ALC260_HP },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3015, .config = ALC260_HP },