[ALSA] sb16 - Suppress compile warning
[safe/jmp/linux-2.6] / sound / isa / sb / sb16_csp.c
index 3682059..5f21aec 100644 (file)
@@ -118,7 +118,8 @@ static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buff
 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep)
 {
        struct snd_sb_csp *p;
-       int version, err;
+       int uninitialized_var(version);
+       int err;
        struct snd_hwdep *hw;
 
        if (rhwdep)