[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:
committed by
Jaroslav Kysela
parent
ff6fdc37fb
commit
b95eed7cde
@@ -472,6 +472,7 @@ void snd_trident_write_voice_regs(trident_t * trident,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
snd_BUG();
|
snd_BUG();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
outb(voice->number, TRID_REG(trident, T4D_LFO_GC_CIR));
|
outb(voice->number, TRID_REG(trident, T4D_LFO_GC_CIR));
|
||||||
|
Reference in New Issue
Block a user