diff options
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_si3054.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c index 5dd9f61b7cba..6d2ecc38905c 100644 --- a/sound/pci/hda/patch_si3054.c +++ b/sound/pci/hda/patch_si3054.c | |||
@@ -308,6 +308,8 @@ struct hda_codec_preset snd_hda_preset_si3054[] = { | |||
308 | { .id = 0x11063288, .name = "Si3054", .patch = patch_si3054 }, | 308 | { .id = 0x11063288, .name = "Si3054", .patch = patch_si3054 }, |
309 | /* Asus A8J Modem (SM56) */ | 309 | /* Asus A8J Modem (SM56) */ |
310 | { .id = 0x15433155, .name = "Si3054", .patch = patch_si3054 }, | 310 | { .id = 0x15433155, .name = "Si3054", .patch = patch_si3054 }, |
311 | /* LG LW20 modem */ | ||
312 | { .id = 0x18540018, .name = "Si3054", .patch = patch_si3054 }, | ||
311 | {} | 313 | {} |
312 | }; | 314 | }; |
313 | 315 | ||