aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2005-07-03 06:54:29 -0400
committerJaroslav Kysela <perex@suse.cz>2005-07-28 06:21:32 -0400
commit88dc0e5dadf9b0cb529c89b12cd10f75d5b1bce4 (patch)
tree6f2018e8381f16975c58bd1792c0de66d9b22c24 /sound
parenta6f6192bb38a76c4ad44c894144b1fbf3d14606b (diff)
[ALSA] emu10k1: Added tested status comments.
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index 6dca38120b90..8bc9bc18c74b 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -616,6 +616,7 @@ static int snd_emu10k1_dev_free(snd_device_t *device)
616 616
617static emu_chip_details_t emu_chip_details[] = { 617static emu_chip_details_t emu_chip_details[] = {
618 /* Audigy 2 Value AC3 out does not work yet. Need to find out how to turn off interpolators.*/ 618 /* Audigy 2 Value AC3 out does not work yet. Need to find out how to turn off interpolators.*/
619 /* Tested by James@superbug.co.uk 3rd July 2005 */
619 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, 620 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102,
620 .driver = "Audigy2", .name = "Audigy 2 Value [SB0400]", 621 .driver = "Audigy2", .name = "Audigy 2 Value [SB0400]",
621 .id = "Audigy2", 622 .id = "Audigy2",
@@ -629,6 +630,7 @@ static emu_chip_details_t emu_chip_details[] = {
629 .emu10k2_chip = 1, 630 .emu10k2_chip = 1,
630 .ca0108_chip = 1, 631 .ca0108_chip = 1,
631 .ac97_chip = 1} , 632 .ac97_chip = 1} ,
633 /* Tested by James@superbug.co.uk 3rd July 2005 */
632 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20071102, 634 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20071102,
633 .driver = "Audigy2", .name = "Audigy 4 PRO [SB0380]", 635 .driver = "Audigy2", .name = "Audigy 4 PRO [SB0380]",
634 .id = "Audigy2", 636 .id = "Audigy2",
@@ -773,6 +775,7 @@ static emu_chip_details_t emu_chip_details[] = {
773 .emu10k1_chip = 1, 775 .emu10k1_chip = 1,
774 .ac97_chip = 1, 776 .ac97_chip = 1,
775 .sblive51 = 1} , 777 .sblive51 = 1} ,
778 /* Tested by James@superbug.co.uk 3rd July 2005 */
776 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102, 779 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102,
777 .driver = "EMU10K1", .name = "SBLive! Value [CT4832]", 780 .driver = "EMU10K1", .name = "SBLive! Value [CT4832]",
778 .id = "Live", 781 .id = "Live",