[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] module: set log level before audio initialization
From: |
Luke Yelavich |
Subject: |
[PATCH] module: set log level before audio initialization |
Date: |
Thu, 4 Feb 2010 11:38:30 -0800 |
On Thu, Feb 04, 2010 at 06:37:41AM PST, ?????? ???????? wrote:
> > Why do you think we need this patch? It makes no difference as to how
> > things are sent, so far as I understand the code.
>
> two function calls are swapped.
>
> ret = output_send_loglevel_setting(module);
> ret = output_send_audio_settings(module);
>
> now log level is set before audio init.
> Without that you will never get logging turned on in open functions of
> audio plugins while start.
Ok fair enough. It seems yur aptch doesn't apply. The last changes made to
src/server/module.c were made by a patch Willie Walker sent me, and is in git.
Could you please have a look and make sure yor patch applies against latest git
head?
Thanks.
Luke