diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 991f1079116b..ac561a5d8667 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3931,7 +3931,7 @@ static struct hda_board_config alc260_cfg_tbl[] = { | |||
3931 | .config = ALC260_BASIC }, /* CTL Travel Master U553W */ | 3931 | .config = ALC260_BASIC }, /* CTL Travel Master U553W */ |
3932 | { .modelname = "hp", .config = ALC260_HP }, | 3932 | { .modelname = "hp", .config = ALC260_HP }, |
3933 | { .modelname = "hp-3013", .config = ALC260_HP_3013 }, | 3933 | { .modelname = "hp-3013", .config = ALC260_HP_3013 }, |
3934 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, | 3934 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP_3013 }, |
3935 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP }, | 3935 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP }, |
3936 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP_3013 }, | 3936 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP_3013 }, |
3937 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3013, .config = ALC260_HP_3013 }, | 3937 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x3013, .config = ALC260_HP_3013 }, |