aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMikael Magnusson <mikaelmagnusson@glocalnet.net>2005-05-11 11:13:26 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:06:46 +0200
commitf7de9cfd25b6867a2854d98d734e03e1a9fc65fb (patch)
treeb114d7f60dd39cbfd85957c8050def8fd244cff4 /sound
parent[ALSA] usb-audio - bind to control interface instead of usb_device (diff)
downloadlinux-dev-f7de9cfd25b6867a2854d98d734e03e1a9fc65fb.tar.xz
linux-dev-f7de9cfd25b6867a2854d98d734e03e1a9fc65fb.zip
[ALSA] emu10k1 - add SB0060 to emu_chip_details
EMU10K1/EMU10K2 driver The following patch adds SB0060 to emu_chip_details. Signed-off-by: Mikael Magnusson <mikaelmagnusson@glocalnet.net> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index bf17db1fd243..070be6af97b5 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -711,6 +711,12 @@ static emu_chip_details_t emu_chip_details[] = {
.id = "APS",
.emu10k1_chip = 1,
.ecard = 1} ,
+ {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80611102,
+ .driver = "EMU10K1", .name = "SBLive! Player 5.1 [SB0060]",
+ .id = "Live",
+ .emu10k1_chip = 1,
+ .ac97_chip = 1,
+ .sblive51 = 1} ,
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80641102,
.driver = "EMU10K1", .name = "SB Live 5.1",
.id = "Live",