aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-08-26 11:26:40 -0400
committerJaroslav Kysela <perex@suse.cz>2005-08-30 02:47:46 -0400
commit6a293552ba0d104ef9d35b48972a01540fbd181b (patch)
treeefc4e418c80bf61beb2e1cfd1b2db405b471111f /sound
parent9970dce56686d7b71310388025d8925d3d29e6ec (diff)
[ALSA] emu10k1 - Add missing ac97 support on SBLive! Player 5.1
EMU10K1/EMU10K2 driver Added the missing ac97 support on SBLive! Player 5.1. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index c0b67b70e345..83597c694596 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -752,6 +752,7 @@ static emu_chip_details_t emu_chip_details[] = {
752 .driver = "EMU10K1", .name = "SBLive! Player 5.1 [SB0060]", 752 .driver = "EMU10K1", .name = "SBLive! Player 5.1 [SB0060]",
753 .id = "Live", 753 .id = "Live",
754 .emu10k1_chip = 1, 754 .emu10k1_chip = 1,
755 .ac97_chip = 1,
755 .sblive51 = 1} , 756 .sblive51 = 1} ,
756 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102, 757 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102,
757 .driver = "EMU10K1", .name = "SBLive! Value [CT4850]", 758 .driver = "EMU10K1", .name = "SBLive! Value [CT4850]",