Skip to content

Commit

Permalink
[ALSA] trident - Shut up compile warnings
Browse files Browse the repository at this point in the history
Trident driver
Shut up compile warnings about uninitialized variables.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 28, 2005
1 parent ff6fdc3 commit b95eed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/trident/trident_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit b95eed7

Please sign in to comment.