Re: [pulseaudio-discuss] ThinkPad T-510 audio output mute LED non-workingness

2015-03-30 Thread David Henningsson
On 2015-03-31 05:51, Hui Wang wrote: On 03/31/2015 05:54 AM, Glenn Golden wrote: HW: ThinkPad T-510, x86_64 SW: Arch Linux (synched within a week) kernel = 3.19.2, PA 6.0 On the above setup, the mic mute function (invoked via pavucontrol) works as expected: Click the mute icon, it mutes the m

Re: [pulseaudio-discuss] ThinkPad T-510 audio output mute LED non-workingness

2015-03-30 Thread Hui Wang
On 03/31/2015 05:54 AM, Glenn Golden wrote: HW: ThinkPad T-510, x86_64 SW: Arch Linux (synched within a week) kernel = 3.19.2, PA 6.0 On the above setup, the mic mute function (invoked via pavucontrol) works as expected: Click the mute icon, it mutes the mic input, indicates the muted state by g

Re: [pulseaudio-discuss] PulseAudio muted channel - VT1708S - Archlinux

2015-03-30 Thread Raymond Yau
2015-3-31 上午1:03 於 "Swd" 寫道: > > Thank you for your reply, > > Please see below the output of alsa-info.sh before and after the headphone plugged in > > Before: http://www.alsa-project.org/db/?f=a316eebf7b150b5897838be37bce4e8c9d95eaae > After: http://www.alsa-project.org/db/?f=0f163003e9005972db5

Re: [pulseaudio-discuss] Can't get Pulseadio to playback stream on Raspbian with HifiBerry DAC+

2015-03-30 Thread Raymond Yau
> > > > Label says PiFi DAC+. v2.0 > > > > I'll need to look up how to apply the patch. I'm not familiar with how to do it. > > This look like driver bug since capabilities should be pvolume instead of volume if your sound card are half duplex > > Simple mixer control 'PCM',0 > Capabilities: volume

Re: [pulseaudio-discuss] PulseAudio muted channel - VT1708S - Archlinux

2015-03-30 Thread Raymond Yau
> > Thank you for your reply, > > Please see below the output of alsa-info.sh before and after the headphone plugged in > > Before: http://www.alsa-project.org/db/?f=a316eebf7b150b5897838be37bce4e8c9d95eaae > After: http://www.alsa-project.org/db/?f=0f163003e9005972db5f97f21a45be67816e3801 > > I ha

[pulseaudio-discuss] ThinkPad T-510 audio output mute LED non-workingness

2015-03-30 Thread Glenn Golden
HW: ThinkPad T-510, x86_64 SW: Arch Linux (synched within a week) kernel = 3.19.2, PA 6.0 On the above setup, the mic mute function (invoked via pavucontrol) works as expected: Click the mute icon, it mutes the mic input, indicates the muted state by greying out the pavucontrol mic gain control, a

Re: [pulseaudio-discuss] PulseAudio muted channel - VT1708S - Archlinux

2015-03-30 Thread Swd
Thank you for your reply, Please see below the output of alsa-info.sh before and after the headphone plugged in Before: http://www.alsa-project.org/db/?f=a316eebf7b150b5897838be37bce4e8c9d95eaae After: http://www.alsa-project.org/db/?f=0f163003e9005972db5f97f21a45be67816e3801 I have 6 Jack

Re: [pulseaudio-discuss] [PATCH] Don't settle on a card profile if it doesn't have any available port

2015-03-30 Thread Mario Sanchez Prada
Hi David, On 30/03/15 13:36, David Henningsson wrote: > [...] >> --- a/src/modules/alsa/alsa-mixer.c >> +++ b/src/modules/alsa/alsa-mixer.c >> @@ -4636,12 +4636,16 @@ static pa_device_port* >> device_port_alsa_init(pa_hashmap *ports, /* card ports */ >> if (!p) { >> pa_alsa_port_da

Re: [pulseaudio-discuss] [PATCH v2 2/2] resampler: Rename "lfe_filter_required" to "lfe_remixed"

2015-03-30 Thread David Henningsson
On 2015-03-30 15:15, Tanu Kaskinen wrote: On Mon, 2015-03-30 at 15:13 +0200, David Henningsson wrote: Just refactoring to make the variable name better. Signed-off-by: David Henningsson --- src/pulsecore/resampler.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)

Re: [pulseaudio-discuss] [PATCH v2 2/2] resampler: Rename "lfe_filter_required" to "lfe_remixed"

2015-03-30 Thread Tanu Kaskinen
On Mon, 2015-03-30 at 15:13 +0200, David Henningsson wrote: > Just refactoring to make the variable name better. > > Signed-off-by: David Henningsson > --- > src/pulsecore/resampler.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) Both patches look good! -- Tanu _

[pulseaudio-discuss] [PATCH v2 1/2] resampler: Allow disabling the LFE filter by setting crossover to 0

2015-03-30 Thread David Henningsson
When crossover_freq is set to 0, this restores the old behaviour of letting the LFE channel be the average of the source channels, without additional processing. This can be useful e g in case the user already has a hardware crossover. Signed-off-by: David Henningsson --- man/pulse-daemon.conf.5

[pulseaudio-discuss] [PATCH v2 2/2] resampler: Rename "lfe_filter_required" to "lfe_remixed"

2015-03-30 Thread David Henningsson
Just refactoring to make the variable name better. Signed-off-by: David Henningsson --- src/pulsecore/resampler.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c index 2a54cec..5478e6d 100644 --- a/src/p

Re: [pulseaudio-discuss] [PATCH] resampler: Allow disabling the LFE filter by setting crossover to 0

2015-03-30 Thread Tanu Kaskinen
On Mon, 2015-03-30 at 11:16 +0200, David Henningsson wrote: > When crossover_freq is set to 0, this restores the old behaviour > of letting the LFE channel be the average of the source channels, > without additional processing. This can be useful e g in case the > user already has a hardware crosso

Re: [pulseaudio-discuss] [PATCH] Don't settle on a card profile if it doesn't have any available port

2015-03-30 Thread David Henningsson
On 2015-03-20 17:32, Mario Sanchez Prada wrote: When creating a new card and selecting a new profile we need to check whether there's a port available for that profile before settling on it, or we might end up with a useless profile when we might have others that would be a better choice. In o

[pulseaudio-discuss] [PATCH] resampler: Allow disabling the LFE filter by setting crossover to 0

2015-03-30 Thread David Henningsson
When crossover_freq is set to 0, this restores the old behaviour of letting the LFE channel be the average of the source channels, without additional processing. This can be useful e g in case the user already has a hardware crossover. Signed-off-by: David Henningsson --- man/pulse-daemon.conf.5

Re: [pulseaudio-discuss] [PATCH v4 0/9] LFE filter patches

2015-03-30 Thread David Henningsson
On 2015-03-25 16:57, Alexander E. Patrakov wrote: No leaks this time, no artifacts either, so I think that the series can be merged. Merged now (after a quick ack from Tanu on IRC). Thanks a lot for all the review help on this patch set! -- David Henningsson, Canonical Ltd. https://launchp

Re: [pulseaudio-discuss] [PATCH 6/6] ucm: Add support for "JackHWMute"

2015-03-30 Thread David Henningsson
On 2015-02-12 14:11, Tanu Kaskinen wrote: "JackHWMute" is a UCM device value that, if set, indicates that the jack of the device mutes some other device at the hardware or driver level. A common example would be a headphone jack that mutes built-in speakers. PulseAudio should show such auto-mut