Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/pci/trident
Jon Mason e3183ec9cd [ALSA] Prevent ALSA trident driver from grabbing pcnet32 hardware
Modules: Trident driver

Some pcnet32 hardware erroneously has the Vendor ID for Trident.  The
pcnet32 driver looks for the PCI ethernet class before grabbing the
hardware, but the current trident driver does not check against the
PCI audio class.  This allows the trident driver to claim the pcnet32
hardware.  This patch prevents that.

Per Jiri Slaby's request, I changed the trident driver to use
PCI_DEVICE macro and PCI ID #defines.

This patch is untested on Trident 4DWAVE_DX hardware, but has been
tested on pcnet32 hardware.

Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2006-01-22 16:24:18 +01:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
trident.c [ALSA] Prevent ALSA trident driver from grabbing pcnet32 hardware 2006-01-22 16:24:18 +01:00
trident_main.c [ALSA] trident - Fix PM support 2006-01-03 12:27:37 +01:00
trident_memory.c [ALSA] Remove xxx_t typedefs: PCI Trident 2006-01-03 12:18:56 +01:00
trident_synth.c [ALSA] seq: set client name in snd_seq_create_kernel_client() 2006-01-03 12:30:49 +01:00