Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Georg Chini
On 10.11.19 11:09, Pali Rohár wrote: On Sunday 10 November 2019 11:03:25 Georg Chini wrote: On 10.11.19 09:44, Pali Rohár wrote: Otherwise looks good, though I wonder if the warning is really necessary. It was there before, so I have not deleted it. It is also there for SCO socket. I know,

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Pali Rohár
On Sunday 10 November 2019 11:03:25 Georg Chini wrote: > On 10.11.19 09:44, Pali Rohár wrote: > > On Saturday 09 November 2019 12:34:02 Georg Chini wrote: > > > On 06.10.19 19:58, Pali Rohár wrote: > > > > --- > > > >src/modules/bluetooth/module-bluez5-device.c | 33 > > > >

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Georg Chini
On 10.11.19 09:44, Pali Rohár wrote: On Saturday 09 November 2019 12:34:02 Georg Chini wrote: On 06.10.19 19:58, Pali Rohár wrote: --- src/modules/bluetooth/module-bluez5-device.c | 33 ++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-10 Thread Pali Rohár
On Saturday 09 November 2019 12:34:02 Georg Chini wrote: > On 06.10.19 19:58, Pali Rohár wrote: > > --- > > src/modules/bluetooth/module-bluez5-device.c | 33 > > ++-- > > 1 file changed, 31 insertions(+), 2 deletions(-) > > > > diff --git

Re: [pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-11-09 Thread Georg Chini
On 06.10.19 19:58, Pali Rohár wrote: --- src/modules/bluetooth/module-bluez5-device.c | 33 ++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index

[pulseaudio-discuss] [PATCH v13 01/10] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-10-06 Thread Pali Rohár
--- src/modules/bluetooth/module-bluez5-device.c | 33 ++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index cff1cd6f2..9a81f4c69 100644 ---