Re: [Spice-devel] [PATCH 16/16] audio: Remove global 'playback_state' variable

2016-04-19 Thread Jonathon Jongsma
Commit log should say "playback_compression" instead of "playback_state". Otherwise looks find. Acked-by: Jonathon Jongsma On Tue, 2016-04-19 at 11:00 -0500, Jonathon Jongsma wrote: > From: Christophe Fergeau > > This variable belongs to SpiceServerConfig rather than being a static > global v

[Spice-devel] [PATCH 16/16] audio: Remove global 'playback_state' variable

2016-04-19 Thread Jonathon Jongsma
From: Christophe Fergeau This variable belongs to SpiceServerConfig rather than being a static global variable hidden in sound.c --- server/reds.c | 8 server/reds.h | 2 ++ server/sound.c | 13 +++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/server/red