[pulseaudio-discuss] Rerouting an automatically created loopback?

2016-02-10 Thread Stefan Neufeind
Hi, upon pairing a phone I automatically get an A2DP source. And when playing sound from that phone it plays back on the PC through an autocreated loopback. However the loopbacked sound comes out of the wrong pair of speakers. In "pavucontrol" under "Recording" I see the loopback and can mute it

Re: [pulseaudio-discuss] [PATCH 2/3] coreaudio: Dynamically allocate C string when converting from CFString

2016-02-10 Thread Mihai Moldovan
On 04.01.2016 08:15 AM, a...@accosted.net wrote: > From: Arun Raghavan > > --- > src/modules/macosx/module-coreaudio-device.c | 60 > +++- > 1 file changed, 32 insertions(+), 28 deletions(-) > > diff --git

Re: [pulseaudio-discuss] [PATCH v6 00/37] raop2 support for module-raop-sink

2016-02-10 Thread Arun Raghavan
Hi Hajime, I'm still working on this, it's slow going since I have other things to do in parallel. It's a bit hard to review this work properly per-commit, so I'm going to try to summarise the issues I've found at one go.  * There are some style issues that I'm fixing up as I find, and I'll just

Re: [pulseaudio-discuss] [PATCH v6 00/37] raop2 support for module-raop-sink

2016-02-10 Thread Hajime Fujita
Hi Arun, Are you still going through the patches? If you are done, I'll submit a new series of patches that address your comments. Thanks, Hajime Hajime Fujita wrote: > Arun Raghavan wrote: >> On Sun, 2016-01-31 at 22:15 -0600, Hajime Fujita wrote: >>> From: Hajime Fujita

Re: [pulseaudio-discuss] [PATCH] default.pa.in: do not load module-console-kit and module-systemd-login if HAVE_COREAUDIO. It fails.

2016-02-10 Thread Mihai Moldovan
Just a resubmit to let Patchwork catch it. Mihai signature.asc Description: OpenPGP digital signature ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Re: [pulseaudio-discuss] [PATCH 3/3] coreaudio: Catch devices with more channels than we support

2016-02-10 Thread Mihai Moldovan
Regarding this, I submitted another patch a year ago that doesn't skip devices with more channels than supported, but only exposes as many channels as supported by PulseAudio. I guess it would be beneficial to decide how to proceed on that front: either drop devices with an unsupported number of

[pulseaudio-discuss] [PATCH] default.pa.in: do not load module-console-kit and module-systemd-login if HAVE_COREAUDIO. It fails.

2016-02-10 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- src/daemon/default.pa.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 7a68653..629fad5 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -140,12 +140,14 @@

Re: [pulseaudio-discuss] [PATCH] module-coreaudio-{device, detect}: implement record and playback modargs, curtesy of module-waveout.

2016-02-10 Thread Mihai Moldovan
On 04.01.2016 06:17 AM, Arun Raghavan wrote: > Sorry about the super late review. Shouldn't u->record and u->playback > be true by default? Sure, I messed that up. v2 incoming (also so that Patchwork catches it.) Mihai signature.asc Description: OpenPGP digital signature

[pulseaudio-discuss] [PATCH v2] module-coreaudio-{device, detect}: implement record and playback modargs, curtesy of module-waveout.

2016-02-10 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- src/modules/macosx/module-coreaudio-detect.c | 30 +--- src/modules/macosx/module-coreaudio-device.c | 23 ++--- 2 files changed, 47 insertions(+), 6 deletions(-) diff --git