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

2014-09-28 Thread Tanu Kaskinen
Hi Glenn, Sorry for the slow reply, I was on vacation this week. On Sun, 2014-09-21 at 10:41 -0600, Glenn Golden wrote: Btw, if it's of any use to the project, attached is a heavily commented version of pa_context_connect(). That's what I'm using in the writeup as the basis for both a

Re: [pulseaudio-discuss] Next pulseaudio release?

2014-09-28 Thread Tanu Kaskinen
On Mon, 2014-09-22 at 15:58 -0300, Felipe Sateler wrote: So, if I understand correctly, the current situation is the following: 1. oFono patches have been fully merged. 2. Wim Taymans patches have not been merged yet (or at least not completely) 3. Even if Wim's patches are merged, we

Re: [pulseaudio-discuss] --check option seems not to work from su(1)

2014-09-28 Thread Tanu Kaskinen
On Sat, 2014-09-27 at 10:00 -0600, Glenn Golden wrote: Coming down the home stretch pestering you guys with pa_context_connect() questions. Hopefully this is the last set, please bear with me. Begin with: * XDG_RUNTIME_DIR unset * PULSE_AUDIO envar unset * PULSE_AUDIO X11 property

[pulseaudio-discuss] [PATCH] Don't let user-set PULSE_RUNTIME_PATH values affect behaviour

2014-09-28 Thread Tanu Kaskinen
The logic for choosing the runtime directory is complicated enough also without adding PULSE_RUNTIME_PATH into the mix. XDG_RUNTIME_DIR is sufficient for users to control the runtime directory. PULSE_RUNTIME_PATH has not been documented, so this change doesn't constitute an interface break. ---

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

2014-09-28 Thread Tanu Kaskinen
On Mon, 2014-09-22 at 11:50 +0800, 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_input/alsa_output and there is no input devices/output

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

2014-09-28 Thread Tanu Kaskinen
On Sun, 2014-09-28 at 12:41 +0300, Tanu Kaskinen wrote: On Mon, 2014-09-22 at 11:50 +0800, 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

Re: [pulseaudio-discuss] Next pulseaudio release?

2014-09-28 Thread Tanu Kaskinen
On Tue, 2014-09-23 at 07:25 +0200, Georg Chini wrote: Hi, So, if I understand correctly, the current situation is the following: 1. oFono patches have been fully merged. are the ofono patches fully merged? As far as I have seen on the list there are still three patches pending. Or did I

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-28 Thread Tanu Kaskinen
On Thu, 2014-09-25 at 13:27 +0200, David Henningsson wrote: On 2014-09-25 02:25, Pali Rohár wrote: With this patch it is possible to configure different volume settings for a2dp and hsp profiles. It is usefull for bluetooth headsets which do not have normalized a2dp and hsp volume

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-28 Thread Pali Rohár
On Sunday 28 September 2014 12:26:49 Tanu Kaskinen wrote: On Thu, 2014-09-25 at 13:27 +0200, David Henningsson wrote: On 2014-09-25 02:25, Pali Rohár wrote: With this patch it is possible to configure different volume settings for a2dp and hsp profiles. It is usefull for bluetooth

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

2014-09-28 Thread Hui Wang
On 09/28/2014 05:50 PM, Tanu Kaskinen wrote: On Sun, 2014-09-28 at 12:41 +0300, Tanu Kaskinen wrote: On Mon, 2014-09-22 at 11:50 +0800, 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

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: Add profile name to sinks and sources

2014-09-28 Thread Tanu Kaskinen
On Thu, 2014-09-25 at 15:27 +0200, Pali Rohár wrote: Now a2dp and hsp sinks and sources will have different names which means that applications and other modules can use sink/source to distinguish selected profile. Module module-device-restore uses sink/source name and port name as

[pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-28 Thread Pali Rohár
With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some application want to start recording. By default a2dp profile is used for listening music, but for VOIP calls is needed profile with microphone support (hsp). So this patch will switch to hsp

Re: [pulseaudio-discuss] [PATCH] Please review RAOP2 support :)

2014-09-28 Thread Tanu Kaskinen
On Thu, 2014-09-25 at 17:32 +0200, Colin Leroy wrote: On Thu, 25 Sep 2014 17:25:58 +0200, Martin Blanchard tch...@gmx.com wrote: Hi Martin, Subject: [PATCH] raop: Remove unimplemented code (PCM and AAC) Thanks, applied pushed to my branch. Note that the patch review status page[1]

Re: [pulseaudio-discuss] [PATCH] module-switch-on-port-available: make the output more accurate

2014-09-28 Thread Tanu Kaskinen
On Fri, 2014-09-26 at 11:34 +0800, Hui Wang wrote: It is possible that the chosen active_port doesn't equal new_data-active_port, using p-name is more accurate. Please refer to sink_new_hook_callback() Signed-off-by: Hui Wang hui.w...@canonical.com ---

Re: [pulseaudio-discuss] LFE remixing

2014-09-28 Thread Tanu Kaskinen
On Sat, 2014-09-27 at 02:40 +0600, Alexander E. Patrakov wrote: 26.09.2014 18:17, Tanu Kaskinen wrote: A summary of my proposal: To add LFE low-pass filtering, just hack the current remixer implementation, no need for interface changes anywhere. OK. With that phrase, I no longer feel

Re: [pulseaudio-discuss] LFE remixing

2014-09-28 Thread Alexander E. Patrakov
28.09.2014 17:36, Tanu Kaskinen wrote: On Sat, 2014-09-27 at 02:40 +0600, Alexander E. Patrakov wrote: 26.09.2014 18:17, Tanu Kaskinen wrote: A summary of my proposal: To add LFE low-pass filtering, just hack the current remixer implementation, no need for interface changes anywhere. OK.

[pulseaudio-discuss] Patch review status wiki page updated

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

Re: [pulseaudio-discuss] --check option seems not to work from su(1)

2014-09-28 Thread Glenn Golden
Tanu Kaskinen tanu.kaski...@linux.intel.com [2014-09-28 11:38:51 +0300]: On Sat, 2014-09-27 at 10:00 -0600, Glenn Golden wrote: * PULSE_AUDIO envar unset * PULSE_AUDIO X11 property unset I guess you mean PULSE_SERVER, not PULSE_AUDIO? Yes, sorry for the confusion. Why is it

Re: [pulseaudio-discuss] [PATCH] Please review RAOP2 support :)

2014-09-28 Thread Colin Leroy
[re-sending to the list] On 28 September 2014 at 13h47, Tanu Kaskinen wrote: Hi, Subject: [PATCH] raop: Remove unimplemented code (PCM and AAC) Thanks, applied pushed to my branch. Note that the patch review status page[1] refers to a fixed set of commits to make it clear