linux-stable/sound/pci/pcxhr
Julia Lawall b32300a4ce [ALSA] sound/pci: remove unused variable
The variable is_capture is initialized but never used otherwise.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@
type T;
identifier i;
constant C;
@@

(
extern T i;
|
- T i;
  <+... when != i
- i = C;
  ...+>
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-04-24 12:00:25 +02:00
..
Makefile
pcxhr.c [ALSA] sound/pci: remove unused variable 2008-04-24 12:00:25 +02:00
pcxhr.h
pcxhr_core.c [ALSA] sound: pcxhr_core.c fix shadowed variable warning 2008-04-24 12:00:18 +02:00
pcxhr_core.h
pcxhr_hwdep.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcxhr_hwdep.h
pcxhr_mixer.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pcxhr_mixer.h