Commit a2c855bb authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] Fix a compile warning

Modules: CS4231 driver

Fix a compile warning (unused variable).
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b32425ac
......@@ -1306,7 +1306,7 @@ static void snd_cs4231_resume(struct snd_cs4231 *chip)
{
int reg;
unsigned long flags;
int timeout;
/* int timeout; */
snd_cs4231_mce_up(chip);
spin_lock_irqsave(&chip->reg_lock, flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment