linux/sound/pci/pcxhr
Harvey Harrison caba7f70fc [ALSA] sound: pcxhr_core.c fix shadowed variable warning
Inner loop redeclares err with u32 rather than int, stupid fix here
is to change the inner err to err2.
sound/pci/pcxhr/pcxhr_core.c:1008:8: warning: symbol 'err' shadows an earlier one
sound/pci/pcxhr/pcxhr_core.c:983:6: originally declared here

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-04-24 12:00:18 +02:00
..
Makefile [ALSA] Add PCXHR driver 2006-01-03 12:30:26 +01:00
pcxhr_core.c [ALSA] sound: pcxhr_core.c fix shadowed variable warning 2008-04-24 12:00:18 +02:00
pcxhr_core.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
pcxhr_hwdep.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcxhr_hwdep.h [ALSA] Add PCXHR driver 2006-01-03 12:30:26 +01:00
pcxhr_mixer.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcxhr_mixer.h [ALSA] Add PCXHR driver 2006-01-03 12:30:26 +01:00
pcxhr.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcxhr.h [ALSA] semaphore -> mutex (PCI part) 2006-03-22 10:25:29 +01:00