Re: [Spice-devel] [PATCH v2 6/6] sound: don't store client in SndChannel

2017-04-29 Thread Frediano Ziglio
> > On Fri, 2017-04-28 at 05:32 -0400, Frediano Ziglio wrote: > > > > > > On Wed, 2017-04-26 at 06:33 -0400, Frediano Ziglio wrote: > > > > > > > > > > The base RedChannel already keeps a list of channel clients, so > > > > > there's > > > > > no need for the SndChannel to also keep track of the

Re: [Spice-devel] [PATCH v3] sound: Change snd_playback_start/snd_record_start

2017-04-29 Thread Frediano Ziglio
> > The content of these functions almost exclusively deals with channel > client functionality except one line where the channel's active state is > set to TRUE. > > These functions are called in two different places. > > The first place is from the public API spice_server_record_start() and >