aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-08-26 17:26:40 +0200
committerJaroslav Kysela <perex@suse.cz>2005-08-30 08:47:46 +0200
commit6a293552ba0d104ef9d35b48972a01540fbd181b (patch)
treeefc4e418c80bf61beb2e1cfd1b2db405b471111f
parent[ALSA] intel8x0 - Add quirk for FSC 4010 (diff)
downloadlinux-dev-6a293552ba0d104ef9d35b48972a01540fbd181b.tar.xz
linux-dev-6a293552ba0d104ef9d35b48972a01540fbd181b.zip
[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>
-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[] = {
.driver = "EMU10K1", .name = "SBLive! Player 5.1 [SB0060]",
.id = "Live",
.emu10k1_chip = 1,
+ .ac97_chip = 1,
.sblive51 = 1} ,
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102,
.driver = "EMU10K1", .name = "SBLive! Value [CT4850]",