diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-18 12:52:39 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:29:09 -0500 |
commit | a2c855bbd76e7044c54a9d84ae46f6eead1b8f89 (patch) | |
tree | 101ba08b1a59c4552ecf811848b18c2a35c9e434 /sound/isa/cs423x | |
parent | b32425ac93370e1ba5556110e662f896b2e143b3 (diff) |
[ALSA] Fix a compile warning
Modules: CS4231 driver
Fix a compile warning (unused variable).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/cs423x')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index 05d0d4092ded..eab7eb59b5f7 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c | |||
@@ -1306,7 +1306,7 @@ static void snd_cs4231_resume(struct snd_cs4231 *chip) | |||
1306 | { | 1306 | { |
1307 | int reg; | 1307 | int reg; |
1308 | unsigned long flags; | 1308 | unsigned long flags; |
1309 | int timeout; | 1309 | /* int timeout; */ |
1310 | 1310 | ||
1311 | snd_cs4231_mce_up(chip); | 1311 | snd_cs4231_mce_up(chip); |
1312 | spin_lock_irqsave(&chip->reg_lock, flags); | 1312 | spin_lock_irqsave(&chip->reg_lock, flags); |