Re: [pulseaudio-discuss] [PATCH v11 03/11] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-06-17 Thread Pali Rohár
On Monday 17 June 2019 12:36:52 Tanu Kaskinen wrote: > On Sun, 2019-06-02 at 17:25 +0200, Pali Rohár wrote: > > --- > > src/modules/bluetooth/module-bluez5-device.c | 31 > > ++-- > > 1 file changed, 29 insertions(+), 2 deletions(-) > > > > diff --git

Re: [pulseaudio-discuss] [PATCH v11 03/11] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-06-17 Thread Tanu Kaskinen
On Sun, 2019-06-02 at 17:25 +0200, Pali Rohár wrote: > --- > src/modules/bluetooth/module-bluez5-device.c | 31 > ++-- > 1 file changed, 29 insertions(+), 2 deletions(-) > > diff --git a/src/modules/bluetooth/module-bluez5-device.c >

[pulseaudio-discuss] [PATCH v11 03/11] bluetooth: Implement reading SO_TIMESTAMP for A2DP source

2019-06-02 Thread Pali Rohár
--- src/modules/bluetooth/module-bluez5-device.c | 31 ++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index c0b293d94..e79d472bc 100644 ---