[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:
parent
ff6fdc37fb
commit
b95eed7cde
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue