aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorGergely Tamas <dice@mfa.kfki.hu>2005-12-06 08:10:57 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:30:30 -0500
commita8ee72952bd7bd21df944ef1512a1e582abe0528 (patch)
tree316aeccb03813ff2f999ead4d228ca5852da52ad /sound
parenta0faefedf7d81b6ead6a33e5576a6439606d7ed5 (diff)
[ALSA] emu10k1 - Add entry for SB Live 5.1 Digital OEM [SB0220]
Modules: EMU10K1/EMU10K2 driver Added the chip-detail entry for SB Live 5.1 Digital OEM [SB0220, (c) 2003]. Signed-off-by: Gergely Tamas <dice@mfa.kfki.hu> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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",