Re: [pulseaudio-discuss] How to debug intermittent audio skips?

2012-05-03 Thread David Henningsson
On 05/04/2012 07:44 AM, Tanu Kaskinen wrote: Then start playing something. Then press enter in the pulseaudio terminal window a couple of times to get some emtpy lines in the log. Aha, never thought of that. Thanks for the tip! Another tip in return is to use your wrist watch and time it with

Re: [pulseaudio-discuss] Pulseaudio on pandaboard problem re-visited..

2012-05-03 Thread Shawn Ferris
> Could you please provide the pa log to me? For your kernel, I think > you should use previous revision of ucm configs at > http://bazaar.launchpad.net/~b34248/+junk/alsa-lib-1.0.25/files/95/debian/ucm/. > Copy Panda and PandaES to your /usr/share/alsa/ucm and try again. OMAP > kernel just updated

Re: [pulseaudio-discuss] How to debug intermittent audio skips?

2012-05-03 Thread Tanu Kaskinen
On Thu, 2012-05-03 at 22:32 -0700, Charles Lindsay wrote: > Hey guys, I was hoping I could get some help debugging a problem I'm > having with PulseAudio. > > If I'm playing music via any source (Exaile, Totem, Flash in Firefox > or Chromium, VLC, etc.) every few minutes the audio will skip once o

Re: [pulseaudio-discuss] Pulseaudio on pandaboard problem re-visited..

2012-05-03 Thread Feng Wei
2012/5/4 Shawn Ferris : > Wow.. I missed two messages trying to get everything I gathered to compile.. > >> I don't know if you get the right patches, I will list it here for you to >> check. >> alsa-lib-1.0.25 > > These are the patches I applied to alsa-lib: > > 0001-USB-Audio-Blacklist-iec958-fo

Re: [pulseaudio-discuss] Pulseaudio on pandaboard problem re-visited..

2012-05-03 Thread Shawn Ferris
> With these combinations, I was successfully able to compile them into > my rootfs *and* no segfaults now! Unfortunately, I am getting a > "failed to find a working profile" which I'm hoping is because I > failed to get the correct ucm configs (IE: The PandaBoard link you > provided) or my privs g

[pulseaudio-discuss] How to debug intermittent audio skips?

2012-05-03 Thread Charles Lindsay
Hey guys, I was hoping I could get some help debugging a problem I'm having with PulseAudio. If I'm playing music via any source (Exaile, Totem, Flash in Firefox or Chromium, VLC, etc.) every few minutes the audio will skip once or twice. top doesn't show any process eating CPU any more when it ha

Re: [pulseaudio-discuss] Pulseaudio on pandaboard problem re-visited..

2012-05-03 Thread Shawn Ferris
Wow.. I missed two messages trying to get everything I gathered to compile.. > I don't know if you get the right patches, I will list it here for you to > check. > alsa-lib-1.0.25 These are the patches I applied to alsa-lib: 0001-USB-Audio-Blacklist-iec958-for-some-USB-devices.patch add-tegra-a

Re: [pulseaudio-discuss] [PATCH 0/3] Suspending loopback

2012-05-03 Thread Tanu Kaskinen
On Fri, 2012-05-04 at 07:23 +0300, Tanu Kaskinen wrote: > On Thu, 2012-05-03 at 18:17 +0200, Frédéric Dalleau wrote: > > Hi, > > > > This is follow up to the previous patch, using Tanu's comment. > > http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-May/013454.html > > > > So i've man

Re: [pulseaudio-discuss] [PATCH 0/3] Suspending loopback

2012-05-03 Thread Tanu Kaskinen
On Thu, 2012-05-03 at 18:17 +0200, Frédéric Dalleau wrote: > Hi, > > This is follow up to the previous patch, using Tanu's comment. > http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-May/013454.html > > So i've manager to suspend the loopback using the first 2 patches. > After that I

[pulseaudio-discuss] [PATCH 3/3] bluetooth: suspend source when stream stops

2012-05-03 Thread Frédéric Dalleau
--- src/modules/bluetooth/module-bluetooth-device.c | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index 07fcb94..8e5a8f1 100644 --- a/src/modules/blu

[pulseaudio-discuss] [PATCH 2/3] loopback: Cork source-output if sink is suspended

2012-05-03 Thread Frédéric Dalleau
--- src/modules/module-loopback.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c index ca3affd..9194f55 100644 --- a/src/modules/module-loopback.c +++ b/src/modules/module-loopback.c @@ -656,6 +656,

[pulseaudio-discuss] [PATCH 1/3] loopback: Cork sink-input if source is suspended

2012-05-03 Thread Frédéric Dalleau
--- src/modules/module-loopback.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c index 6016787..ca3affd 100644 --- a/src/modules/module-loopback.c +++ b/src/modules/module-loopback.c @@ -389,6 +389,

[pulseaudio-discuss] [PATCH 0/3] Suspending loopback

2012-05-03 Thread Frédéric Dalleau
Hi, This is follow up to the previous patch, using Tanu's comment. http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-May/013454.html So i've manager to suspend the loopback using the first 2 patches. After that I found that the A2DP source didn't suspend itself when the stream was sus

Re: [pulseaudio-discuss] My Blog URL for GSoC 2012

2012-05-03 Thread Colin Guthrie
Hi Deng, 'Twas brillig, and rong deng at 01/05/12 15:37 did gyre and gimble: > I've setup one blog space here: http://pulseaudio.blog.com and later > I'll use this blog to publish my status report and my current work. > Please help add this url into pulseaudio's planet. > > As long as it's added

Re: [pulseaudio-discuss] [PATCH] loopback: limit rate of a debug trace

2012-05-03 Thread Dalleau, Frederic
Hi Tanu, On Wed, May 2, 2012 at 6:12 PM, Tanu Kaskinen wrote: > On Wed, 2012-05-02 at 17:41 +0200, Frédéric Dalleau wrote: >> This trace is not often displayed but when it is, there is a lot of it! >> This can happen when the source stream used in a loopback has been suspended. > > If the source