diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-28 08:41:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-28 08:41:57 +0000 |
commit | 83d171d5a1ff645bb0209f06bf8613ffee1eb16d (patch) | |
tree | ddb251473937f61f876593c68ee4137da954eb50 | |
parent | f4bc2dc3b2afb67adf63d51e54841d9aea0a1405 (diff) | |
download | ldetect-lst-83d171d5a1ff645bb0209f06bf8613ffee1eb16d.tar ldetect-lst-83d171d5a1ff645bb0209f06bf8613ffee1eb16d.tar.gz ldetect-lst-83d171d5a1ff645bb0209f06bf8613ffee1eb16d.tar.bz2 ldetect-lst-83d171d5a1ff645bb0209f06bf8613ffee1eb16d.tar.xz ldetect-lst-83d171d5a1ff645bb0209f06bf8613ffee1eb16d.zip |
i810_audio and snd-intel8x0 only handle 0x10de:0x01b1 as a sound card.
0x10de:0x01b0 is *not* a sound card but a sub device of the sound card
exported as a pci function in the same way most btxxx tv cards export their
sound subdevice as a separate pci function.
this fix the "detect two sound cards" on nforce2 chips
-rw-r--r-- | lst/pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 69dabcac..c043a5d5 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1774,7 +1774,7 @@ 0x10de 0x01ab "unknown" "Nvidia Corporation|nForce 420 Memory Controller (DDR)" 0x10de 0x01ac "unknown" "Nvidia Corporation|nForce 220/420 Memory Controller" 0x10de 0x01ad "nvnet" "Nvidia Corporation|nForce Ethernet Controller" -0x10de 0x01b0 "i810_audio" "Nvidia Corporation|nForce MCP Audio Processing Unit (Dolby Digital)" +0x10de 0x01b0 "unknown" "Nvidia Corporation|nForce MCP Audio Processing Unit (Dolby Digital)" 0x10de 0x01b1 "i810_audio" "Nvidia Corporation|nForce Audio Codec Interface" 0x10de 0x01b2 "unknown" "Nvidia Corporation|nForce Joystick" 0x10de 0x01b4 "unknown" "Nvidia Corporation|nForce SMBus Controller" |