diff options
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 02ee6565b6e9..aeb408cbe1ef 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5480,6 +5480,8 @@ static struct hda_board_config alc883_cfg_tbl[] = { | |||
5480 | { .pci_subvendor = 0x161f, .pci_subdevice = 0x2054, | 5480 | { .pci_subvendor = 0x161f, .pci_subdevice = 0x2054, |
5481 | .modelname = "medion", .config = ALC883_MEDION }, | 5481 | .modelname = "medion", .config = ALC883_MEDION }, |
5482 | { .modelname = "laptop-eapd", .config = ALC883_LAPTOP_EAPD }, | 5482 | { .modelname = "laptop-eapd", .config = ALC883_LAPTOP_EAPD }, |
5483 | { .pci_subvendor = 0x1071, .pci_subdevice = 0x8258, | ||
5484 | .config = ALC883_LAPTOP_EAPD }, /* Evesham Voyager C530RD */ | ||
5483 | { .pci_subvendor = 0x1558, .pci_subdevice = 0, | 5485 | { .pci_subvendor = 0x1558, .pci_subdevice = 0, |
5484 | .config = ALC883_LAPTOP_EAPD }, /* Clevo */ | 5486 | .config = ALC883_LAPTOP_EAPD }, /* Clevo */ |
5485 | { .modelname = "auto", .config = ALC883_AUTO }, | 5487 | { .modelname = "auto", .config = ALC883_AUTO }, |