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

[ALSA] trident - Shut up compile warnings

Trident driver
Shut up compile warnings about uninitialized variables.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ff6fdc37
......@@ -472,6 +472,7 @@ void snd_trident_write_voice_regs(trident_t * trident,
break;
default:
snd_BUG();
return;
}
outb(voice->number, TRID_REG(trident, T4D_LFO_GC_CIR));
......
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