diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index cec7305b77e1..3c7043b7d4c9 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c | |||
@@ -945,6 +945,14 @@ static struct snd_emu_chip_details emu_chip_details[] = { | |||
945 | .emu10k1_chip = 1, | 945 | .emu10k1_chip = 1, |
946 | .ac97_chip = 1, | 946 | .ac97_chip = 1, |
947 | .sblive51 = 1} , | 947 | .sblive51 = 1} , |
948 | /* Tested by ALSA bug#1680 26th December 2005 */ | ||
949 | /* note: It really has SB0220 written on the card. */ | ||
950 | {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80661102, | ||
951 | .driver = "EMU10K1", .name = "SB Live 5.1 Dell OEM [SB0220]", | ||
952 | .id = "Live", | ||
953 | .emu10k1_chip = 1, | ||
954 | .ac97_chip = 1, | ||
955 | .sblive51 = 1} , | ||
948 | /* Tested by Thomas Zehetbauer 27th Aug 2005 */ | 956 | /* Tested by Thomas Zehetbauer 27th Aug 2005 */ |
949 | {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80651102, | 957 | {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80651102, |
950 | .driver = "EMU10K1", .name = "SB Live 5.1 [SB0220]", | 958 | .driver = "EMU10K1", .name = "SB Live 5.1 [SB0220]", |