diff options
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index 615460f55138..dfe745818668 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c | |||
@@ -776,6 +776,12 @@ static int snd_emu10k1_dev_free(struct snd_device *device) | |||
776 | static struct snd_emu_chip_details emu_chip_details[] = { | 776 | static struct snd_emu_chip_details emu_chip_details[] = { |
777 | /* Audigy 2 Value AC3 out does not work yet. Need to find out how to turn off interpolators.*/ | 777 | /* Audigy 2 Value AC3 out does not work yet. Need to find out how to turn off interpolators.*/ |
778 | /* Tested by James@superbug.co.uk 3rd July 2005 */ | 778 | /* Tested by James@superbug.co.uk 3rd July 2005 */ |
779 | /* DSP: CA0108-IAT | ||
780 | * DAC: CS4382-KQ | ||
781 | * ADC: Philips 1361T | ||
782 | * AC97: STAC9750 | ||
783 | * CA0151: None | ||
784 | */ | ||
779 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, | 785 | {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, |
780 | .driver = "Audigy2", .name = "Audigy 2 Value [SB0400]", | 786 | .driver = "Audigy2", .name = "Audigy 2 Value [SB0400]", |
781 | .id = "Audigy2", | 787 | .id = "Audigy2", |
@@ -845,6 +851,14 @@ static struct snd_emu_chip_details emu_chip_details[] = { | |||
845 | .spk71 = 1, | 851 | .spk71 = 1, |
846 | .spdif_bug = 1, | 852 | .spdif_bug = 1, |
847 | .ac97_chip = 1} , | 853 | .ac97_chip = 1} , |
854 | /* Audigy 2 */ | ||
855 | /* Tested by James@superbug.co.uk 3rd July 2005 */ | ||
856 | /* DSP: CA0102-IAT | ||
857 | * DAC: CS4382-KQ | ||
858 | * ADC: Philips 1361T | ||
859 | * AC97: STAC9721 | ||
860 | * CA0151: Yes | ||
861 | */ | ||
848 | {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10071102, | 862 | {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10071102, |
849 | .driver = "Audigy2", .name = "Audigy 2 [SB0240]", | 863 | .driver = "Audigy2", .name = "Audigy 2 [SB0240]", |
850 | .id = "Audigy2", | 864 | .id = "Audigy2", |