aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index f6cf589593b9..f8e2ccd50d60 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -883,6 +883,12 @@ static struct snd_emu_chip_details emu_chip_details[] = {
883 .emu10k1_chip = 1, 883 .emu10k1_chip = 1,
884 .ac97_chip = 1, 884 .ac97_chip = 1,
885 .sblive51 = 1} , 885 .sblive51 = 1} ,
886 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
887 .driver = "EMU10K1", .name = "SB Live 5.1 [SB0220]",
888 .id = "Live",
889 .emu10k1_chip = 1,
890 .ac97_chip = 1,
891 .sblive51 = 1} ,
886 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80641102, 892 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80641102,
887 .driver = "EMU10K1", .name = "SB Live 5.1", 893 .driver = "EMU10K1", .name = "SB Live 5.1",
888 .id = "Live", 894 .id = "Live",