aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/cs46xx/cs46xx_lib.c19
1 files changed, 18 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c
index a10ab8283f9a..fb6dc3980257 100644
--- a/sound/pci/cs46xx/cs46xx_lib.c
+++ b/sound/pci/cs46xx/cs46xx_lib.c
@@ -3501,8 +3501,9 @@ static struct cs_card_type __devinitdata cards[] = {
3501 .name = "Mitac MI6020/21", 3501 .name = "Mitac MI6020/21",
3502 .amp = amp_voyetra, 3502 .amp = amp_voyetra,
3503 }, 3503 },
3504 /* Hercules Game Theatre XP */
3504 { 3505 {
3505 .vendor = 0x14AF, 3506 .vendor = 0x14af, /* Guillemot Corporation */
3506 .id = 0x0050, 3507 .id = 0x0050,
3507 .name = "Hercules Game Theatre XP", 3508 .name = "Hercules Game Theatre XP",
3508 .amp = amp_hercules, 3509 .amp = amp_hercules,
@@ -3544,9 +3545,25 @@ static struct cs_card_type __devinitdata cards[] = {
3544 .amp = amp_hercules, 3545 .amp = amp_hercules,
3545 .mixer_init = hercules_mixer_init, 3546 .mixer_init = hercules_mixer_init,
3546 }, 3547 },
3548 /* Herculess Fortissimo */
3549 {
3550 .vendor = 0x1681,
3551 .id = 0xa010,
3552 .name = "Hercules Gamesurround Fortissimo II",
3553 },
3554 {
3555 .vendor = 0x1681,
3556 .id = 0xa011,
3557 .name = "Hercules Gamesurround Fortissimo III 7.1",
3558 },
3547 /* Teratec */ 3559 /* Teratec */
3548 { 3560 {
3549 .vendor = 0x153b, 3561 .vendor = 0x153b,
3562 .id = 0x112e,
3563 .name = "Terratec DMX XFire 1024",
3564 },
3565 {
3566 .vendor = 0x153b,
3550 .id = 0x1136, 3567 .id = 0x1136,
3551 .name = "Terratec SiXPack 5.1", 3568 .name = "Terratec SiXPack 5.1",
3552 }, 3569 },