[pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-04-29 Thread David Henningsson
We assume it's an srchannel memblock if it is writable and does not come from our own mempool. In a future implementation, maybe we can have more than one srchannel open at the same time, but at this point we only support one. Signed-off-by: David Henningsson --- src/pulse/context.c | 26 +

Re: [pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-04-29 Thread David Henningsson
On 2014-04-29 15:22, David Henningsson wrote: We assume it's an srchannel memblock if it is writable and does not come from our own mempool. In a future implementation, maybe we can have more than one srchannel open at the same time, but at this point we only support one. Signed-off-by: David

Re: [pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-05-06 Thread Tanu Kaskinen
On Tue, 2014-04-29 at 17:29 +0200, David Henningsson wrote: > > On 2014-04-29 15:22, David Henningsson wrote: > > We assume it's an srchannel memblock if it is writable and does not come > > from our own mempool. > > > > In a future implementation, maybe we can have more than one > > srchannel ope

Re: [pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-05-27 Thread David Henningsson
On 2014-05-06 13:59, Tanu Kaskinen wrote: On Tue, 2014-04-29 at 17:29 +0200, David Henningsson wrote: On 2014-04-29 15:22, David Henningsson wrote: We assume it's an srchannel memblock if it is writable and does not come from our own mempool. In a future implementation, maybe we can have mo

Re: [pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-05-29 Thread Tanu Kaskinen
On Tue, 2014-05-27 at 14:27 +0200, David Henningsson wrote: > > On 2014-05-06 13:59, Tanu Kaskinen wrote: > > On Tue, 2014-04-29 at 17:29 +0200, David Henningsson wrote: > >> > >> On 2014-04-29 15:22, David Henningsson wrote: > >>> We assume it's an srchannel memblock if it is writable and does no

Re: [pulseaudio-discuss] [PATCH 08/11] client: Allow client to receive the srchannel memblock

2014-05-30 Thread David Henningsson
On 2014-05-29 12:37, Tanu Kaskinen wrote: On Tue, 2014-05-27 at 14:27 +0200, David Henningsson wrote: On 2014-05-06 13:59, Tanu Kaskinen wrote: On Tue, 2014-04-29 at 17:29 +0200, David Henningsson wrote: On 2014-04-29 15:22, David Henningsson wrote: We assume it's an srchannel memblock if