Re: [Spice-devel] [PATCH v4 02/17] sound: Rename SndChannel to SndChannelClient

2016-12-01 Thread Christophe Fergeau
On Thu, Dec 01, 2016 at 11:24:24AM +, Frediano Ziglio wrote: > SndWorker has been historically based on RedChannel, initial git commit > has: > struct SndWorker { > Channel base; > ... > }; > > SndChannel, contrary to what its name may imply is more focused on > marshalling/sending o

[Spice-devel] [PATCH v4 02/17] sound: Rename SndChannel to SndChannelClient

2016-12-01 Thread Frediano Ziglio
SndWorker has been historically based on RedChannel, initial git commit has: struct SndWorker { Channel base; ... }; SndChannel, contrary to what its name may imply is more focused on marshalling/sending of sound data, which is the responsibility of RedChannelClient for the other SPICE c

[Spice-devel] [PATCH v4 02/17] sound: Rename SndChannel to SndChannelClient

2016-12-01 Thread Frediano Ziglio
SndWorker has been historically based on RedChannel, initial git commit has: struct SndWorker { Channel base; ... }; SndChannel, contrary to what its name may imply is more focused on marshalling/sending of sound data, which is the responsibility of RedChannelClient for the other SPICE c