[ALSA] trident - Shut up compile warnings

Trident driver
Shut up compile warnings about uninitialized variables.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2005-06-27 15:07:33 +02:00 committed by Jaroslav Kysela
parent ff6fdc37fb
commit b95eed7cde

View file

@ -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));