Re: [pulseaudio-discuss] [PATCH] Don't use tsched on unsafe ALSA plugins

2014-04-22 Thread Alexander E. Patrakov
22.04.2014 20:20, David Henningsson wrote: On 2014-04-22 10:18, Alexander E. Patrakov wrote: 22.04.2014 13:01, David Henningsson wrote: So you want to always go low-latency (and high CPU/power consumption), in case rewind is not possible? Yes, exactly. And high CPU/power consumption will hap

Re: [pulseaudio-discuss] [PATCH] Don't use tsched on unsafe ALSA plugins

2014-04-22 Thread David Henningsson
On 2014-04-22 10:18, Alexander E. Patrakov wrote: 22.04.2014 13:01, David Henningsson wrote: On 2014-04-21 09:04, Alexander E. Patrakov wrote: 21.04.2014 07:49, David Henningsson wrote: On 2014-04-20 21:26, Alexander E. Patrakov wrote: Thus, it is not possible to tell the hardware device

Re: [pulseaudio-discuss] [PATCH 2/2] gconf: Avoid calling deprecated function if possible

2014-04-22 Thread Felipe Sateler
On Tue, Apr 22, 2014 at 4:35 AM, Arun Raghavan wrote: > g_type_init() is need no longer be called explicitly from glib 2.36 > onwards. > --- > src/modules/gconf/gconf-helper.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/modules/gconf/gconf-helper.c > b/src/modules/gconf/gconf-

Re: [pulseaudio-discuss] Failed to create secure directory with ACL

2014-04-22 Thread Prunk Dump
2014-04-20 17:58 GMT+02:00 Alexander E. Patrakov : > I have prepared two conflicting patches and believe that applying any > of them will work around your bug (which is really in the CIFS server). > Please use your own judgement to pick one of the patches. > > My own preference would be: > [PATCH]

Re: [pulseaudio-discuss] Heads-up: the routing patches will start to get merged soon

2014-04-22 Thread David Henningsson
On 2014-04-22 11:06, Colin Guthrie wrote: Hiya, 'Twas brillig, and David Henningsson at 22/04/14 09:41 did gyre and gimble: On 2014-04-17 12:41, Tanu Kaskinen wrote: On Fri, 2014-04-04 at 15:50 +0200, David Henningsson wrote: On 04/04/2014 11:31 AM, Tanu Kaskinen wrote: I'm heading towards

Re: [pulseaudio-discuss] Heads-up: the routing patches will start to get merged soon

2014-04-22 Thread Colin Guthrie
Hiya, 'Twas brillig, and David Henningsson at 22/04/14 09:41 did gyre and gimble: > On 2014-04-17 12:41, Tanu Kaskinen wrote: >> On Fri, 2014-04-04 at 15:50 +0200, David Henningsson wrote: >>> On 04/04/2014 11:31 AM, Tanu Kaskinen wrote: I'm heading towards "a generic solution to our current

Re: [pulseaudio-discuss] Heads-up: the routing patches will start to get merged soon

2014-04-22 Thread David Henningsson
On 2014-04-17 12:41, Tanu Kaskinen wrote: On Fri, 2014-04-04 at 15:50 +0200, David Henningsson wrote: On 04/04/2014 11:31 AM, Tanu Kaskinen wrote: I'm heading towards "a generic solution to our current routing issues", but that solution will depend on Murphy, which will provide the configurab

Re: [pulseaudio-discuss] [PATCH] Don't use tsched on unsafe ALSA plugins

2014-04-22 Thread Alexander E. Patrakov
22.04.2014 13:01, David Henningsson wrote: On 2014-04-21 09:04, Alexander E. Patrakov wrote: 21.04.2014 07:49, David Henningsson wrote: On 2014-04-20 21:26, Alexander E. Patrakov wrote: Thus, it is not possible to tell the hardware device (that can use rewinds) from a properly wrapped softwa

Re: [pulseaudio-discuss] Trivial gconf fixes

2014-04-22 Thread David Henningsson
Both acked, looks good. On 2014-04-22 09:35, Arun Raghavan wrote: A couple of quick compiler warning fixes follow. -- David Henningsson, Canonical Ltd. https://launchpad.net/~diwic ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesk

[pulseaudio-discuss] [PATCH] build-sys: Add an --enable-debug option

2014-04-22 Thread Arun Raghavan
This stops the abuse of __OPTIMIZE__ in builds, and adds an explicit configure-time option to enable a debug-friendly build. We can extend this with more debug-related options as needed. One small side-effect that this change has is that non-debug builds no longer have fastpath asserts enabled (wh

[pulseaudio-discuss] Trivial gconf fixes

2014-04-22 Thread Arun Raghavan
A couple of quick compiler warning fixes follow. -- Arun ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

[pulseaudio-discuss] [PATCH 2/2] gconf: Avoid calling deprecated function if possible

2014-04-22 Thread Arun Raghavan
g_type_init() is need no longer be called explicitly from glib 2.36 onwards. --- src/modules/gconf/gconf-helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/gconf/gconf-helper.c b/src/modules/gconf/gconf-helper.c index fbd8cfd..3c1180c 100644 --- a/src/modules/gconf/gconf-he

[pulseaudio-discuss] [PATCH 1/2] gconf: Remove unused variable

2014-04-22 Thread Arun Raghavan
--- src/modules/gconf/module-gconf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c index 3885746..d791b00 100644 --- a/src/modules/gconf/module-gconf.c +++ b/src/modules/gconf/module-gconf.c @@ -284,7 +284,6 @@ static int han

Re: [pulseaudio-discuss] [PATCH] Don't use tsched on unsafe ALSA plugins

2014-04-22 Thread David Henningsson
On 2014-04-21 09:04, Alexander E. Patrakov wrote: 21.04.2014 07:49, David Henningsson wrote: On 2014-04-20 21:26, Alexander E. Patrakov wrote: Thus, it is not possible to tell the hardware device (that can use rewinds) from a properly wrapped software encoder (that can't rewind and doesn't pr