[pulseaudio-discuss] [PATCH v2] Add a Valgrind suppression file

2014-09-21 Thread Tanu Kaskinen
--- New in v2: added the file to EXTRA_DIST, added a comment on the top of the file, and also added two new suppression rules that are triggered only after a fresh reboot (or after restarting the alsa-state service). Makefile.am | 1 + pulseaudio.supp | 50

Re: [pulseaudio-discuss] [PATCH v2] Add a Valgrind suppression file

2014-09-21 Thread Alexander E. Patrakov
21.09.2014 14:05, Tanu Kaskinen wrote: --- New in v2: added the file to EXTRA_DIST, added a comment on the top of the file, and also added two new suppression rules that are triggered only after a fresh reboot (or after restarting the alsa-state service). The patch looks good now. Makef

Re: [pulseaudio-discuss] [PATCH] Add a Valgrind suppression file

2014-09-21 Thread David Henningsson
On 2014-09-21 08:08, Tanu Kaskinen wrote: On Fri, 2014-09-19 at 14:34 +0200, David Henningsson wrote: Cool, I did not know this was possible. So how does valgrind know that it should pick this file up and use it? Does it also work with out-of-tree builds? Valgrind picks up the file when you

Re: [pulseaudio-discuss] [PATCH 0/4] Current Ubuntu phone patch set

2014-09-21 Thread Tanu Kaskinen
On Tue, 2014-06-10 at 07:47 +0200, David Henningsson wrote: > > On 2014-06-06 14:20, Tanu Kaskinen wrote: > > On Wed, 2013-09-18 at 16:01 +0200, David Henningsson wrote: > >> Ok, so the Ubuntu Phone's audio stack is pretty much set for Ubuntu 13.10, > >> so > >> perhaps it's time to show what I'v

Re: [pulseaudio-discuss] Pulseaudio in read only system environment

2014-09-21 Thread Tanu Kaskinen
On Wed, 2014-09-17 at 22:56 +0200, Hans wrote: > Hi there, > > I’m working on a small radio transmitter, based on an Raspberry Pi. > The current prototype is running on Raspbian and I need to use > PulseAudio — everything works fine right now. > > Now I need to make the filesystem read only, but

Re: [pulseaudio-discuss] [PATCH v2] Add a Valgrind suppression file

2014-09-21 Thread Tanu Kaskinen
On Sun, 2014-09-21 at 15:13 +0600, Alexander E. Patrakov wrote: > 21.09.2014 14:05, Tanu Kaskinen wrote: > > --- > > > > New in v2: added the file to EXTRA_DIST, added a comment on the top > > of the file, and also added two new suppression rules that are > > triggered only after a fresh reboot (or

[pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread Tanu Kaskinen
Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ Statistics: * 2014-09-21 * 149 patches are pending review. * The oldest pending patch is 379 days old. * 2014-09-15 * 112 patches are pending review. * The oldest pending patch is 299 days old.

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread Alexander E. Patrakov
21.09.2014 16:19, Tanu Kaskinen wrote: Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ "Reduce hardware pointer update syscalls" is not exactly "waiting for review". I have tested it and found it to fail an assertion when the sink is autosuspended

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread Tanu Kaskinen
On Sun, 2014-09-21 at 16:28 +0600, Alexander E. Patrakov wrote: > 21.09.2014 16:19, Tanu Kaskinen wrote: > > Patch review status updated: > > http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ > > "Reduce hardware pointer update syscalls" is not exactly "waiting for > review". I hav

Re: [pulseaudio-discuss] [PATCH 3/3] backend-native: add a new native headset backend

2014-09-21 Thread Luiz Augusto von Dentz
Hi Wim, On Tue, Sep 16, 2014 at 4:13 PM, Wim Taymans wrote: > Add a simple native headset backend that implements support for the > blutooth HSP profile. > This allows pulseaudio to output audio to a Headset using the HSP profile. > > Make the native backend the default. > --- > configure.ac

Re: [pulseaudio-discuss] [PATCH 0/3] Add simple HSP support in new native backend

2014-09-21 Thread Luiz Augusto von Dentz
Hi Wim, On Tue, Sep 16, 2014 at 4:13 PM, Wim Taymans wrote: > This set of patches adds a simple handler for the HSP profile to bluez > and makes a new card for each connected device. This makes it possible to > send audio to a Headset. The profile is implemented in a new native > headset backend.

Re: [pulseaudio-discuss] How to use ALSA compress API in Pulseaudio with passthrough mode

2014-09-21 Thread Kiran Krishnappa
>>Someone on IRC was writing up, >>I think, but I don't know what state that got to. Arun, below is the status of compressed sink: I was facing some issues in reporting timing to PA client. The compress library that I am using does provides an API to query playback time from DSP. Initially, I t

Re: [pulseaudio-discuss] [PATCH v2] core-util: Fail if XDG_RUNTIME_DIR belongs to someone else

2014-09-21 Thread Glenn Golden
David Henningsson [2014-09-18 05:57:41 +0200]: > > > > It answers the original one, thanks. Unfortunately (for you :) ) it > > brings up yet another one (or actually, two related questions). > > When all this is done, you'll write up a nice wiki page or blog post > explaining it all, right? :-)

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread David Henningsson
On 2014-09-21 12:28, Alexander E. Patrakov wrote: 21.09.2014 16:19, Tanu Kaskinen wrote: Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ "Reduce hardware pointer update syscalls" is not exactly "waiting for review". I have tested it and found it

[pulseaudio-discuss] [V3 PATCH] module-switch-on-connect: add an argument for conditionally connecting

2014-09-21 Thread Hui Wang
On a machine without fixed connecting audio devices like internal microphone or internal speaker, and when there is no external audio devices plugging in, the default source/sink is alsa_input/alsa_output and there is no input devices/output devices listed in the gnome sound-setting. Under this si

Re: [pulseaudio-discuss] [V3 PATCH] module-switch-on-connect: add an argument for conditionally connecting

2014-09-21 Thread hwang4
Sorry, please ignore this patch, and a follow-up V4 will be sent. On 2014年09月22日 11:26, Hui Wang wrote: On a machine without fixed connecting audio devices like internal microphone or internal speaker, and when there is no external audio devices plugging in, the default source/sink is alsa_inpu

[pulseaudio-discuss] [V4 PATCH] module-switch-on-connect: add an argument for conditionally connecting

2014-09-21 Thread Hui Wang
On a machine without fixed connecting audio devices like internal microphone or internal speaker, and when there is no external audio devices plugging in, the default source/sink is alsa_input/alsa_output and there is no input devices/output devices listed in the gnome sound-setting. Under this si

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread Alexander E. Patrakov
22.09.2014 05:20, David Henningsson wrote: On 2014-09-21 12:28, Alexander E. Patrakov wrote: 21.09.2014 16:19, Tanu Kaskinen wrote: Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ "Reduce hardware pointer update syscalls" is not exactly "waiting f

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread Alexander E. Patrakov
22.09.2014 10:28, I wrote: 22.09.2014 05:20, David Henningsson wrote: On 2014-09-21 12:28, Alexander E. Patrakov wrote: 21.09.2014 16:19, Tanu Kaskinen wrote: Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ "Reduce hardware pointer update syscall

Re: [pulseaudio-discuss] Patch review status wiki page updated

2014-09-21 Thread David Henningsson
On 2014-09-22 06:28, Alexander E. Patrakov wrote: 22.09.2014 05:20, David Henningsson wrote: On 2014-09-21 12:28, Alexander E. Patrakov wrote: 21.09.2014 16:19, Tanu Kaskinen wrote: Patch review status updated: http://www.freedesktop.org/wiki/Software/PulseAudio/PatchStatus/ "Reduce hardwa