All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] audio: Add 'static' attributes to several variables
@ 2014-03-05 21:21 ` Stefan Weil
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Weil @ 2014-03-05 21:21 UTC (permalink / raw)
  To: qemu-trivial, Gerd Hoffmann; +Cc: Stefan Weil, qemu-devel

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/audio/fmopl.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hw/audio/fmopl.c b/hw/audio/fmopl.c
index f0a0234..f0d6d6f 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 */
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Qemu-devel] [PATCH] audio: Add 'static' attributes to several variables
@ 2014-03-05 21:21 ` Stefan Weil
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Weil @ 2014-03-05 21:21 UTC (permalink / raw)
  To: qemu-trivial, Gerd Hoffmann; +Cc: Stefan Weil, qemu-devel

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/audio/fmopl.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hw/audio/fmopl.c b/hw/audio/fmopl.c
index f0a0234..f0d6d6f 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 */
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-trivial] [PATCH] audio: Add 'static' attributes to several variables
  2014-03-05 21:21 ` [Qemu-devel] " Stefan Weil
@ 2014-03-14 16:31   ` Michael Tokarev
  -1 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2014-03-14 16:31 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Gerd Hoffmann, qemu-devel

Thanks, applied to -trivial.

/mjt


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] audio: Add 'static' attributes to several variables
@ 2014-03-14 16:31   ` Michael Tokarev
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2014-03-14 16:31 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Gerd Hoffmann, qemu-devel

Thanks, applied to -trivial.

/mjt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-14 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 21:21 [Qemu-trivial] [PATCH] audio: Add 'static' attributes to several variables Stefan Weil
2014-03-05 21:21 ` [Qemu-devel] " Stefan Weil
2014-03-14 16:31 ` [Qemu-trivial] " Michael Tokarev
2014-03-14 16:31   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.