Re: [pulseaudio-discuss] Why is it still hissing?

2011-05-25 Thread Andrew Lutomirski
On Tue, May 24, 2011 at 10:04 AM, David Henningsson david.hennings...@canonical.com wrote: Ok, so there is still a high-pitched noise with 5.1, although I tried to fix that a while ago. I now know what the error is, but perhaps somewhat with more GCC-ASM skills can help me fix it. I spent

[pulseaudio-discuss] DLNA/Airplay Support

2011-05-25 Thread Aditya Rajgarhia
Hi everyone, I recently bought a DLNA-compliant stereo receiver (the Denon RCD-N7), and would like to send all audio from my computer to the receiver. This is feasible in the protocol, since people using Windows Media Player 12 are able to select the output device (such as a DLNA receiver or

Re: [pulseaudio-discuss] [PATCH 1/2] alsa: add jack detection support

2011-05-25 Thread Tanu Kaskinen
Sorry for late reply... On Fri, 2011-05-20 at 09:14 -0500, Jorge Eduardo Candelaria wrote: +if (event-value) +pa_hook_fire(u-core-hooks[PA_CORE_HOOK_JACK_INSERT], jack); +else +pa_hook_fire(u-core-hooks[PA_CORE_HOOK_JACK_REMOVE], jack); Firing core hooks

Re: [pulseaudio-discuss] [PATCH 2/2] alsa: load jack detection module

2011-05-25 Thread Tanu Kaskinen
On Thu, 2011-05-19 at 11:44 -0500, Jorge Eduardo Candelaria wrote: From: Margarita Olaya Cabrera m...@slimlogic.co.uk This patch adds support for udev detection of sound card jack event devices. When a new card is detected, the code now also checks for the presence of any associated input

Re: [pulseaudio-discuss] How to debug a protocol error message?

2011-05-25 Thread Tanu Kaskinen
Sorry for joining the discussion late... I haven't read Pulseaudio mail since last Thursday. On Tue, 2011-05-24 at 09:20 +0100, Colin Guthrie wrote: Yup Maarten's advice is good there. But what is interesting is that our official 0.9.15 version ships with protocol 15, not 16... Your debug

Re: [pulseaudio-discuss] Glitches on null sink?

2011-05-25 Thread Tanu Kaskinen
On Fri, 2011-05-20 at 21:28 +0200, mar...@saepia.net wrote: Hi, I continue to develop my radio audio routing software so I continue to encounter strange bugs. General idea that lies behind my project is to split some processing parts into separate processes. There are many reasons why

[pulseaudio-discuss] EDID-like data for audio: Port correlation between ALSA and X

2011-05-25 Thread Stephen Warren
(starting a new cross-mailing-list thread following some small discussion on this topic on alsa-devel) Background: Many recent graphics cards support sending an audio stream over HDMI or DisplayPort. This is supported by an HD-audio controller built into the graphics card. It'd be nice if

Re: [pulseaudio-discuss] How to debug a protocol error message?

2011-05-25 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 25/05/11 21:33 did gyre and gimble: Sorry for joining the discussion late... I haven't read Pulseaudio mail since last Thursday. No worries :) Quinn asked whether it's possible to force Pulseaudio to use an older protocol version. That's not currently

Re: [pulseaudio-discuss] DLNA/Airplay Support

2011-05-25 Thread Colin Guthrie
Hiya, 'Twas brillig, and Aditya Rajgarhia at 25/05/11 19:34 did gyre and gimble: I recently bought a DLNA-compliant stereo receiver (the Denon RCD-N7), and would like to send all audio from my computer to the receiver. This is feasible in the protocol, since people using Windows Media Player

Re: [pulseaudio-discuss] ask about the assumption of min volume and max volume got from ALSA

2011-05-25 Thread Lu Guanqun
Hi, This patch needs a little more love. :) No one cared? On Wed, May 25, 2011 at 02:17:18PM +0800, Lu Guanqun wrote: Hi list, I may not have the background on this issue, but from the code, it seems the code assumes min_volume and max_volume should be non negative. Is this the right

Re: [pulseaudio-discuss] ask about the assumption of min volume and max volume got from ALSA

2011-05-25 Thread xing wang
Hi Colin, Would you please give some comments about Guanqun's patch? We're working on Pulseaudio and meet some bugs, i think we will run faster with community's help. thanks --xingchao 2011/5/25 Lu Guanqun guanqun...@intel.com: Hi, This patch needs a little more love. :) No one cared? On