Re: [pulseaudio-discuss] paplay no sound

2017-09-03 Thread Arun Raghavan
On Mon, 4 Sep 2017, at 10:35 AM, namit...@codeaurora.org wrote: > Hello, > > I am using paplay to run wav files. Command is executing without error > or warning but no sound is coming from speakers. > > any ideas what could be wrong and from where i should start debugging. 1. Use pactl to see

[pulseaudio-discuss] paplay no sound

2017-09-03 Thread namittal
Hello, I am using paplay to run wav files. Command is executing without error or warning but no sound is coming from speakers. any ideas what could be wrong and from where i should start debugging. thanks ___ pulseaudio-discuss mailing list

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: recognize the "Speaker Jack" control

2017-09-03 Thread Felipe Sateler
On Sun, Sep 3, 2017 at 11:10 AM, Tanu Kaskinen wrote: > On Sun, 2017-09-03 at 10:26 -0300, Felipe Sateler wrote: >> I don't know enough to review this patch, but I notice an inconsistency. >> >> On Sep 2, 2017 09:39, "Tanu Kaskinen" wrote: >> >> This control has been

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: recognize the "Speaker Jack" control

2017-09-03 Thread Tanu Kaskinen
On Sun, 2017-09-03 at 10:26 -0300, Felipe Sateler wrote: > I don't know enough to review this patch, but I notice an inconsistency. > > On Sep 2, 2017 09:39, "Tanu Kaskinen" wrote: > > This control has been seen in the wild: >

[pulseaudio-discuss] [PATCH] sink, source: Rework reconfiguration logic to apply to more than rate

2017-09-03 Thread Arun Raghavan
This rejigs the update_rate() logic to encompass changes to the sample spec as a whole, as well as passthrough status. As a result, sinks/sources provide a reconfigure() method which allows reconfiguration as required. The behaviour itself is currently unchanged -- alsa-sink/-source do not

Re: [pulseaudio-discuss] [RFC PATCH 1/2] pulsecore: sink: force suspend/resume on passthrough transitions

2017-09-03 Thread Tanu Kaskinen
On Sun, 2017-09-03 at 11:32 +0530, Arun Raghavan wrote: > On Tue, 29 Aug 2017, at 04:19 AM, Pierre-Louis Bossart wrote: > > A race condition prevents the AES non-audio bit from being set > > when enabling IEC61937 passthrough on resume with no sink-input > > connected (pa_sink_is_passthrough

Re: [pulseaudio-discuss] [PATCH] bluez5-device: lower sink/source priority for Audio gateway or a2dp source

2017-09-03 Thread Tanu Kaskinen
On Sat, 2017-09-02 at 21:46 +0200, Georg Chini wrote: > When a phone is connected via bluetooth and switches to HFP, the sinks > and sources will have higher priority than the built-in devices. > Therefore they are chosen as default and module-bluetooth-policy will > incorrectly insert loopback

Re: [pulseaudio-discuss] [PATCH] Implement module-always-source

2017-09-03 Thread Arun Raghavan
On Fri, 30 Jun 2017, at 03:27 AM, Sebastian Dröge wrote: > From: Sebastian Dröge > > This is basically a copy of module-always-sink but doing the same for > sources. Whenever no source is available, a module-null-source is loaded > and whenever a new source is

Re: [pulseaudio-discuss] [RFC PATCH 1/2] pulsecore: sink: force suspend/resume on passthrough transitions

2017-09-03 Thread Arun Raghavan
On Tue, 29 Aug 2017, at 04:19 AM, Pierre-Louis Bossart wrote: > A race condition prevents the AES non-audio bit from being set > when enabling IEC61937 passthrough on resume with no sink-input > connected (pa_sink_is_passthrough returns false). The non-audio > bit should really be set when opening

Re: [pulseaudio-discuss] [RFC PATCH 2/2] alsa: add support for Dolby TrueHD and DTS-HD HBR passthrough

2017-09-03 Thread Arun Raghavan
On Tue, 29 Aug 2017, at 04:19 AM, Pierre-Louis Bossart wrote: > Add definitions and fixups for channel count > > Signed-off-by: Pierre-Louis Bossart > > --- > src/pulse/format.c | 2 ++ > src/pulse/format.h | 8 >