Re: [Musicpd-dev-team] State of the pulse mixer

2009-03-31 Thread David Guibert
Hi, From Max Kellermann: there have been lots of problems with the pulse mixer code since it was merged, and a good bunch of bug reports are still open. Please tell me what is being done to fix the remaining bugs, and when I will receive patches. Yes, Avuton has reported a lot of isssues.

[Musicpd-dev-team] [PATCH] pulse_mixer: close

2009-03-16 Thread David Guibert
when the mixer is closed, - the mainloop is stopped. - the context is disconnected. - then the mainloop is freed. Signed-off-by: David Guibert david.guib...@gmail.com --- src/mixer/pulse_mixer.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/mixer

[Musicpd-dev-team] [PATCH] pulse_mixer: clarify debug messages.

2009-03-16 Thread David Guibert
Signed-off-by: David Guibert david.guib...@gmail.com --- Avuton, I hope this help to find which part clearly fails. It should give me more information about bugs - 2136 - 2138 - 2139 Regards src/mixer/pulse_mixer.c | 45 ++--- 1 files changed, 22

[Musicpd-dev-team] [PATCH] pulse mixer

2009-03-06 Thread David Guibert
-by: David Guibert david.guib...@gmail.com --- Makefile.am |1 + src/main.c|3 +- src/mixer/pulse_mixer.c | 284 + src/mixer_api.h |1 + src/output/pulse_plugin.c | 16 +++ 5 files changed, 303

[Musicpd-dev-team] [PATCH] pulse mixer

2009-03-06 Thread David Guibert
Sorry. I forgot to do the make after minor changes... I resend the patch wich compiles cleanly. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open

[Musicpd-dev-team] [PATCH] pulse mixer

2009-03-06 Thread David Guibert
-by: David Guibert david.guib...@gmail.com --- Makefile.am |1 + src/main.c|3 +- src/mixer/pulse_mixer.c | 284 + src/mixer_api.h |1 + src/output/pulse_plugin.c | 16 +++ 5 files changed, 303