Re: [Spice-devel] [PATCH v7 01/12] sound: Implements config_socket RedChannel callback

2016-12-15 Thread Jonathon Jongsma
... and I did it again. I replied to an old patch series. Sorry, I'm behind and trying to catch up on spice-devel mail. Nearly there. Will move to the current series now... Jonathon On Thu, 2016-12-15 at 15:44 -0600, Jonathon Jongsma wrote: > After a little more consideration, I think this shou

Re: [Spice-devel] [PATCH v7 01/12] sound: Implements config_socket RedChannel callback

2016-12-15 Thread Jonathon Jongsma
After a little more consideration, I think this should probably be squashed into the gobject patch. I think it's fine that it was sent out for review separately, but it probably makes more sense to have it merged with the next commit before pushing. Jonathon On Mon, 2016-12-05 at 12:07 +, F

[Spice-devel] [PATCH v7 01/12] sound: Implements config_socket RedChannel callback

2016-12-05 Thread Frediano Ziglio
This code is the same inside __new_channel but will set the RedsStream from RedChannel. Signed-off-by: Frediano Ziglio --- server/sound.c | 46 +- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/server/sound.c b/server/sound.c index 534f2