Skip to content

Commit

Permalink
[ALSA] emu10k1 - add SB0060 to emu_chip_details
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mikael Magnusson authored and Jaroslav Kysela committed May 29, 2005
1 parent 1dcd3ec commit f7de9cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/pci/emu10k1/emu10k1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7de9cf

Please sign in to comment.