mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[ALSA] emu10k1: Add more card identification entries.
EMU10K1/EMU10K2 driver Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
This commit is contained in:
parent
b3e28ce98a
commit
2b6b22f381
@ -734,12 +734,90 @@ static emu_chip_details_t emu_chip_details[] = {
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x00211102,
|
||||
.driver = "EMU10K1", .name = "SBLive! [CT4620]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x00201102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4670]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80221102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4780]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80231102,
|
||||
.driver = "EMU10K1", .name = "SB PCI512 [CT4790]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80261102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4830]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80311102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4831]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4832]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4850]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80281102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4870]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80321102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [CT4871]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80611102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [SB0060]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80691102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [SB0101]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x806A1102,
|
||||
.driver = "EMU10K1", .name = "SBLive! Value [SB0103]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x806B1102,
|
||||
.driver = "EMU10K1", .name = "SBLive! [SB0105]",
|
||||
.id = "Live",
|
||||
.emu10k1_chip = 1,
|
||||
.ac97_chip = 1,
|
||||
.sblive51 = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0002,
|
||||
.driver = "EMU10K1", .name = "SB Live [Unknown]",
|
||||
.id = "Live",
|
||||
|
Loading…
Reference in New Issue
Block a user