diff options
author | Takashi Iwai | 2005-06-27 15:07:33 +0200 |
---|---|---|
committer | Jaroslav Kysela | 2005-07-28 12:09:35 +0200 |
commit | b95eed7cde4a44476fa12e776e090fc494059458 (patch) | |
tree | 368cf8017e09413fc27a514b1eed761c5aa23fde /sound/pci/trident | |
parent | [ALSA] hda-codec - SigmaTel HDA resume support (diff) | |
download | kernel-qcow2-linux-b95eed7cde4a44476fa12e776e090fc494059458.tar.gz kernel-qcow2-linux-b95eed7cde4a44476fa12e776e090fc494059458.tar.xz kernel-qcow2-linux-b95eed7cde4a44476fa12e776e090fc494059458.zip |
[ALSA] trident - Shut up compile warnings
Trident driver
Shut up compile warnings about uninitialized variables.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/trident')
-rw-r--r-- | sound/pci/trident/trident_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/trident/trident_main.c b/sound/pci/trident/trident_main.c index a09b0fb49e81..b01c91bb5f6a 100644 --- a/sound/pci/trident/trident_main.c +++ b/sound/pci/trident/trident_main.c @@ -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)); |