aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2005-12-22 06:58:41 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:31:10 -0500
commit54efc96d4a26f1d55be36324e9cc658a581a40ba (patch)
tree04ffc12208b81541a726852984cb13d3577ca7b8 /sound
parentaad9095322c0c7d9637f29b71167458c36a4cdf6 (diff)
[ALSA] snd-emu10k1: Add some comments regarding chip types.
Modules: EMU10K1/EMU10K2 driver Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c14
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)
776static struct snd_emu_chip_details emu_chip_details[] = { 776static 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",