android_kernel_xiaomi_sm8350/sound/pci
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
..
ac97 [ALSA] sound: ac97_pcm.c fix shadowed variable warning 2008-04-24 12:00:17 +02:00
ali5451 [ALSA] sound: ali5451.c fix shadowed variable warnings 2008-04-24 12:00:17 +02:00
au88x0 [ALSA] sound: au88x0_pcm.c fix integer as NULL pointer warning 2008-04-24 12:00:17 +02:00
aw2 [ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.c 2008-04-24 12:00:23 +02:00
ca0106 [ALSA] sound: ca0106_mixer.c fix shadowed variable warnings 2008-04-24 12:00:17 +02:00
cs46xx
cs5535audio [ALSA] fix cs5535 section mismatch 2008-01-31 17:30:12 +01:00
echoaudio
emu10k1 [ALSA] sound: emu10k1x.c fix shadowed variable warnings 2008-04-24 12:00:18 +02:00
hda [ALSA] hda-codec - Fujitsu Lifebook port replicator/dock headphone jack sense 2008-04-24 12:00:24 +02:00
ice1712 [ALSA] ice1724 - Fix return codes in some pointis callbacks 2008-04-24 12:00:25 +02:00
korg1212
mixart
nm256
oxygen [ALSA] sound: virtuoso.c fix shadowed variable warning 2008-04-24 12:00:18 +02:00
pcxhr [ALSA] sound/pci: remove unused variable 2008-04-24 12:00:25 +02:00
riptide [ALSA] sound: riptide.c fix shadowed variable warnings 2008-04-24 12:00:18 +02:00
rme9652 [ALSA] sound: hdspm.c fix returning void expression warnings 2008-04-24 12:00:18 +02:00
trident
vx222
ymfpci
ad1889.c [ALSA] sound: replace remaining __FUNCTION__ occurences 2008-04-24 12:00:20 +02:00
ad1889.h
als300.c [ALSA] sound: replace remaining __FUNCTION__ occurences 2008-04-24 12:00:20 +02:00
als4000.c
atiixp_modem.c
atiixp.c
azt3328.c [ALSA] sound: replace remaining __FUNCTION__ occurences 2008-04-24 12:00:20 +02:00
azt3328.h
bt87x.c [ALSA] bt87X: fix freeing of shared interrupt 2008-02-22 14:20:09 -08:00
cmipci.c [ALSA] sound: cmipci.c fix shadowed variable warning 2008-04-24 12:00:16 +02:00
cs4281.c
cs5530.c
ens1370.c [ALSA] sound: ens1370.c fix shadowed variable warning 2008-04-24 12:00:16 +02:00
ens1371.c
es1938.c [ALSA] es1938 - improve capture hw pointer reads 2008-01-31 17:30:23 +01:00
es1968.c [ALSA] sound: es1968.c fox shadowed variable warning 2008-04-24 12:00:16 +02:00
fm801.c [ALSA] sound: fm801.c fix shadowed variable warning 2008-04-24 12:00:16 +02:00
intel8x0.c [ALSA] sound: replace remaining __FUNCTION__ occurences 2008-04-24 12:00:20 +02:00
intel8x0m.c
Kconfig [ALSA] Emagic Audiowerk 2 ALSA driver. 2008-04-24 12:00:13 +02:00
maestro3.c [ALSA] sound: maestro3.c fix shadowed variable warnings 2008-04-24 12:00:16 +02:00
Makefile [ALSA] Emagic Audiowerk 2 ALSA driver. 2008-04-24 12:00:13 +02:00
rme32.c [ALSA] sound: rme32.c fix integer as NULL pointer warning 2008-04-24 12:00:16 +02:00
rme96.c [ALSA] sound: rme96.c fix integer as NULL pointer warning 2008-04-24 12:00:17 +02:00
sis7019.c ALSA: Storage class should be before const qualifier 2008-04-21 22:25:51 +00:00
sis7019.h
sonicvibes.c
via82xx_modem.c
via82xx.c