[ALSA] Fix the preselected model for HP machine
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Aug 2006 11:01:14 +0000 (13:01 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:40:09 +0000 (10:40 +0200)
Fixed the preselected model for a HP machine with SSID 103c:3010
to use hp-3013 (ALSA bug#2157).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/patch_realtek.c

index 991f107..ac561a5 100644 (file)
@@ -3931,7 +3931,7 @@ static struct hda_board_config alc260_cfg_tbl[] = {
          .config = ALC260_BASIC }, /* CTL Travel Master U553W */
        { .modelname = "hp", .config = ALC260_HP },
        { .modelname = "hp-3013", .config = ALC260_HP_3013 },
-       { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
+       { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP_3013 },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP_3013 },
        { .pci_subvendor = 0x103c, .pci_subdevice = 0x3013, .config = ALC260_HP_3013 },