linux/sound/pci/au88x0
Auke Kok 44c10138fd PCI: Change all drivers to use pci_device->revision
Instead of all drivers reading pci config space to get the revision
ID, they can now use the pci_device->revision member.

This exposes some issues where drivers where reading a word or a dword
for the revision number, and adding useless error-handling around the
read. Some drivers even just read it for no purpose of all.

In devices where the revision ID is being copied over and used in what
appears to be the equivalent of hotpath, I have left the copy code
and the cached copy as not to influence the driver's performance.

Compile tested with make all{yes,mod}config on x86_64 and i386.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Acked-by: Dave Jones <davej@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:02:10 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0.c PCI: Change all drivers to use pci_device->revision 2007-07-11 16:02:10 -07:00
au88x0.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
au88x0_a3d.c [ALSA] Fix section mismatch errors in ALSA PCI drivers 2006-07-12 20:08:01 +02:00
au88x0_a3d.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_a3ddata.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_core.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
au88x0_eq.c [ALSA] au88x0 - clean up __devinit/__devexit 2006-04-12 11:34:15 +02:00
au88x0_eq.h [ALSA] au88x0 - Fix structs for equalizer 2006-03-22 10:24:35 +01:00
au88x0_eqdata.c [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_game.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_mixer.c [ALSA] Remove xxx_t typedefs: PCI AU88x0 2006-01-03 12:18:59 +01:00
au88x0_mpu401.c [ALSA] au88x0 - Fix 64bit address of MPU401 MMIO port 2006-06-22 21:33:59 +02:00
au88x0_pcm.c [ALSA] Overrun in sound/pci/au88x0/au88x0_pcm.c 2006-04-12 11:34:17 +02:00
au88x0_synth.c [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_wt.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_xtalk.c [ALSA] Remove zero-initialization of static variables 2006-06-22 21:33:45 +02:00
au88x0_xtalk.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au8810.c [ALSA] Fix section mismatch errors in ALSA PCI drivers 2006-07-12 20:08:01 +02:00
au8810.h [ALSA] au88x0: codec access procs for multiple AC97 codecs 2005-11-04 13:16:24 +01:00
au8820.c [ALSA] Fix section mismatch errors in ALSA PCI drivers 2006-07-12 20:08:01 +02:00
au8820.h [ALSA] au88x0: codec access procs for multiple AC97 codecs 2005-11-04 13:16:24 +01:00
au8830.c [ALSA] Fix section mismatch errors in ALSA PCI drivers 2006-07-12 20:08:01 +02:00
au8830.h [ALSA] au88x0: codec access procs for multiple AC97 codecs 2005-11-04 13:16:24 +01:00