commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / sound / drivers / opl4 / opl4_local.h
index f64fd62..e7a601a 100644 (file)
@@ -163,8 +163,10 @@ typedef struct opl4_voice {
        int note;
        int velocity;
        const opl4_sound_t *sound;
+       u8 level_direct;
        u8 reg_f_number;
        u8 reg_misc;
+       u8 reg_lfo_vibrato;
 } opl4_voice_t;
 
 struct opl4 {