From: Stefan Weil Date: Wed, 5 Mar 2014 21:21:32 +0000 (+0100) Subject: audio: Add 'static' attributes to several variables X-Git-Tag: v2.7.1~1915^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=69df1c3c9d937a2b4f005a5bad0fefd21b39f383;p=mirror_qemu.git audio: Add 'static' attributes to several variables Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/hw/audio/fmopl.c b/hw/audio/fmopl.c index f0a023477d..290a224edc 100644 --- a/hw/audio/fmopl.c +++ b/hw/audio/fmopl.c @@ -223,13 +223,13 @@ static void *cur_chip = NULL; /* current chip point */ /* static OPLSAMPLE *bufL,*bufR; */ static OPL_CH *S_CH; static OPL_CH *E_CH; -OPL_SLOT *SLOT7_1,*SLOT7_2,*SLOT8_1,*SLOT8_2; +static OPL_SLOT *SLOT7_1, *SLOT7_2, *SLOT8_1, *SLOT8_2; static INT32 outd[1]; static INT32 ams; static INT32 vib; -INT32 *ams_table; -INT32 *vib_table; +static INT32 *ams_table; +static INT32 *vib_table; static INT32 amsIncr; static INT32 vibIncr; static INT32 feedback2; /* connect for SLOT 2 */