* Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace
[not found] ` <alpine.DEB.1.10.1004120102110.24942@martello.ucc.gu.uwa.edu.au>
@ 2010-04-11 20:25 ` Ben Hutchings
2010-04-12 7:26 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2010-04-11 20:25 UTC (permalink / raw)
To: James Andrewartha, Takashi Iwai, Jaroslav Kysela; +Cc: 536896, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 2455 bytes --]
[Earlier messages can be found at http://bugs.debian.org/536896 ]
On Mon, 2010-04-12 at 01:08 +0800, James Andrewartha wrote:
> On Thu, 25 Feb 2010, Moritz Muehlenhoff wrote:
>
> > On Tue, Jul 14, 2009 at 09:57:54PM +0800, James Andrewartha wrote:
> > > Package: linux-image-2.6.26-2-amd64
> > > Version: 2.6.26-17
> > > Severity: normal
> > >
> > > All audio from gstreamer-using apps (eg Totem and Banshee) pops when I use a
> > > 2.6.{25,26,28,30} amd64 kernel and i386 userspace. 2.6.24-etchnhalf.1-amd64
> > > does not have this problem, nor does 2.6.26-2-686. It doesn't occur when using
> > > non-gstreamer apps like mplayer or mpd, nor with various gst-launch pipelines
> > > suggested by #gstreamer like gst-launch playbin uri=file:///home/trs80/a.mp3
> >
> > Hi,
> > The next release of Debian (6.0, code name Squeeze) will be based
> > on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
> > us whether the problem persists. If so, we should report it upstream
> > to the kernel.org developers.
> >
> > The 2.6.32 kernel is available from packages.debian.org and can
> > be installed in both Debian stable, testing and unstable
> > installations.
>
> I've bisected it, and the bad patch is 130755108ba03461f69da990e54e02a254accd23:
Thanks for taking the time to do this.
> Author: Takashi Iwai <tiwai@suse.de> 2008-01-09 02:08:14
> Committer: Jaroslav Kysela <perex@perex.cz> 2008-02-01 01:29:47
> Parent: d948035a928400ae127c873fbf771389bee18949 ([ALSA] Remove PCM xfer_align sw params)
>
> [ALSA] PCM - clean up snd_pcm_lib_read/write
>
> Introduce a common helper function for snd_pcm_lib_read and snd_pcm_lib_write
> for cleaning up the code.
>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
>
> I don't know anything about this code, but I'm happy to deal with upstream
> if you'd prefer me to.
The above commit is supposed to be cleanup, but it has at least one
semantic change: snd_pcm_mmap_control::avail_min no longer applies to
non-blocking file handles. I don't know whether this is was an
intentional or unintentional change, but it wasn't commented. I also
don't know whether this can explain the popping, but I expect that it
has changed the timing of audio I/O.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace
2010-04-11 20:25 ` Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace Ben Hutchings
@ 2010-04-12 7:26 ` Takashi Iwai
2010-04-12 20:18 ` Ben Hutchings
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2010-04-12 7:26 UTC (permalink / raw)
To: Ben Hutchings; +Cc: James Andrewartha, alsa-devel, 536896
At Sun, 11 Apr 2010 21:25:16 +0100,
Ben Hutchings wrote:
>
> [1 <text/plain; UTF-8 (quoted-printable)>]
> [Earlier messages can be found at http://bugs.debian.org/536896 ]
>
> On Mon, 2010-04-12 at 01:08 +0800, James Andrewartha wrote:
> > On Thu, 25 Feb 2010, Moritz Muehlenhoff wrote:
> >
> > > On Tue, Jul 14, 2009 at 09:57:54PM +0800, James Andrewartha wrote:
> > > > Package: linux-image-2.6.26-2-amd64
> > > > Version: 2.6.26-17
> > > > Severity: normal
> > > >
> > > > All audio from gstreamer-using apps (eg Totem and Banshee) pops when I use a
> > > > 2.6.{25,26,28,30} amd64 kernel and i386 userspace. 2.6.24-etchnhalf.1-amd64
> > > > does not have this problem, nor does 2.6.26-2-686. It doesn't occur when using
> > > > non-gstreamer apps like mplayer or mpd, nor with various gst-launch pipelines
> > > > suggested by #gstreamer like gst-launch playbin uri=file:///home/trs80/a.mp3
> > >
> > > Hi,
> > > The next release of Debian (6.0, code name Squeeze) will be based
> > > on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
> > > us whether the problem persists. If so, we should report it upstream
> > > to the kernel.org developers.
> > >
> > > The 2.6.32 kernel is available from packages.debian.org and can
> > > be installed in both Debian stable, testing and unstable
> > > installations.
> >
> > I've bisected it, and the bad patch is 130755108ba03461f69da990e54e02a254accd23:
>
> Thanks for taking the time to do this.
>
> > Author: Takashi Iwai <tiwai@suse.de> 2008-01-09 02:08:14
> > Committer: Jaroslav Kysela <perex@perex.cz> 2008-02-01 01:29:47
> > Parent: d948035a928400ae127c873fbf771389bee18949 ([ALSA] Remove PCM xfer_align sw params)
> >
> > [ALSA] PCM - clean up snd_pcm_lib_read/write
> >
> > Introduce a common helper function for snd_pcm_lib_read and snd_pcm_lib_write
> > for cleaning up the code.
> >
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> >
> > I don't know anything about this code, but I'm happy to deal with upstream
> > if you'd prefer me to.
>
> The above commit is supposed to be cleanup, but it has at least one
> semantic change: snd_pcm_mmap_control::avail_min no longer applies to
> non-blocking file handles. I don't know whether this is was an
> intentional or unintentional change, but it wasn't commented. I also
> don't know whether this can explain the popping, but I expect that it
> has changed the timing of audio I/O.
The above change is essentially a fix of the buggy behavior for
non-blocking access. avail_min is the definition for wake-up
behavior, and it doesn't define the blocking behavior.
But, it's possible that this changes the timing, indeed. If so, it
implies that the app expects somehow wrongly.
thanks,
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace
2010-04-12 7:26 ` Takashi Iwai
@ 2010-04-12 20:18 ` Ben Hutchings
2010-04-29 11:04 ` James Andrewartha
0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2010-04-12 20:18 UTC (permalink / raw)
To: Takashi Iwai; +Cc: James Andrewartha, Jaroslav Kysela, 536896, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1938 bytes --]
On Mon, 2010-04-12 at 09:26 +0200, Takashi Iwai wrote:
> At Sun, 11 Apr 2010 21:25:16 +0100,
> Ben Hutchings wrote:
> >
> > [1 <text/plain; UTF-8 (quoted-printable)>]
> > [Earlier messages can be found at http://bugs.debian.org/536896 ]
> >
> > On Mon, 2010-04-12 at 01:08 +0800, James Andrewartha wrote:
[...]
> > > Author: Takashi Iwai <tiwai@suse.de> 2008-01-09 02:08:14
> > > Committer: Jaroslav Kysela <perex@perex.cz> 2008-02-01 01:29:47
> > > Parent: d948035a928400ae127c873fbf771389bee18949 ([ALSA] Remove PCM xfer_align sw params)
> > >
> > > [ALSA] PCM - clean up snd_pcm_lib_read/write
> > >
> > > Introduce a common helper function for snd_pcm_lib_read and snd_pcm_lib_write
> > > for cleaning up the code.
> > >
> > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > > Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> > >
> > > I don't know anything about this code, but I'm happy to deal with upstream
> > > if you'd prefer me to.
> >
> > The above commit is supposed to be cleanup, but it has at least one
> > semantic change: snd_pcm_mmap_control::avail_min no longer applies to
> > non-blocking file handles. I don't know whether this is was an
> > intentional or unintentional change, but it wasn't commented. I also
> > don't know whether this can explain the popping, but I expect that it
> > has changed the timing of audio I/O.
>
> The above change is essentially a fix of the buggy behavior for
> non-blocking access. avail_min is the definition for wake-up
> behavior, and it doesn't define the blocking behavior.
> But, it's possible that this changes the timing, indeed. If so, it
> implies that the app expects somehow wrongly.
Thanks for your quick response. I will reassign this bug to the
applications that were mentioned.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace
2010-04-12 20:18 ` Ben Hutchings
@ 2010-04-29 11:04 ` James Andrewartha
0 siblings, 0 replies; 4+ messages in thread
From: James Andrewartha @ 2010-04-29 11:04 UTC (permalink / raw)
To: Ben Hutchings; +Cc: 536896, alsa-devel
On Mon, 12 Apr 2010, Ben Hutchings wrote:
> On Mon, 2010-04-12 at 09:26 +0200, Takashi Iwai wrote:
> > At Sun, 11 Apr 2010 21:25:16 +0100,
> > Ben Hutchings wrote:
> > >
> > > [1 <text/plain; UTF-8 (quoted-printable)>]
> > > [Earlier messages can be found at http://bugs.debian.org/536896 ]
> > >
> > > On Mon, 2010-04-12 at 01:08 +0800, James Andrewartha wrote:
> [...]
> > > > Author: Takashi Iwai <tiwai@suse.de> 2008-01-09 02:08:14
> > > > Committer: Jaroslav Kysela <perex@perex.cz> 2008-02-01 01:29:47
> > > > Parent: d948035a928400ae127c873fbf771389bee18949 ([ALSA] Remove PCM xfer_align sw params)
> > > >
> > > > [ALSA] PCM - clean up snd_pcm_lib_read/write
> > > >
> > > > Introduce a common helper function for snd_pcm_lib_read and snd_pcm_lib_write
> > > > for cleaning up the code.
> > > >
> > > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> > > > Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> > > >
> > > > I don't know anything about this code, but I'm happy to deal with upstream
> > > > if you'd prefer me to.
> > >
> > > The above commit is supposed to be cleanup, but it has at least one
> > > semantic change: snd_pcm_mmap_control::avail_min no longer applies to
> > > non-blocking file handles. I don't know whether this is was an
> > > intentional or unintentional change, but it wasn't commented. I also
> > > don't know whether this can explain the popping, but I expect that it
> > > has changed the timing of audio I/O.
> >
> > The above change is essentially a fix of the buggy behavior for
> > non-blocking access. avail_min is the definition for wake-up
> > behavior, and it doesn't define the blocking behavior.
> > But, it's possible that this changes the timing, indeed. If so, it
> > implies that the app expects somehow wrongly.
>
> Thanks for your quick response. I will reassign this bug to the
> applications that were mentioned.
I've tested totem from squeeze in a chroot and it still occurs, so it
hasn't been fixed there.
ii totem 2.28.5-3 A simple media player for the GNOME desktop based on GStreamer
ii gstreamer0.10-alsa 0.10.28-1 GStreamer plugin for ALSA
ii gstreamer0.10-plugins-good 0.10.21-1 GStreamer plugins from the "good" set
ii libgstreamer-plugins-base0. 0.10.28-1 GStreamer libraries from the "base" set
ii libgstreamer0.10-0 0.10.28-1 Core GStreamer libraries and elements
--
# TRS-80 trs80(a)ucc.gu.uwa.edu.au #/ "Otherwise Bub here will do \
# UCC Wheel Member http://trs80.ucc.asn.au/ #| what squirrels do best |
[ "There's nobody getting rich writing ]| -- Collect and hide your |
[ software that I know of" -- Bill Gates, 1980 ]\ nuts." -- Acid Reflux #231 /
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-04-29 11:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090714135754.4684.74223.reportbug@zarvora>
[not found] ` <20100225183435.GA8488@galadriel.inutil.org>
[not found] ` <alpine.DEB.1.10.1004120102110.24942@martello.ucc.gu.uwa.edu.au>
2010-04-11 20:25 ` Bug#536896: linux-image-2.6.26-2-amd64: audio popping with gstreamer using apps when using amd64 kernel and i386 userspace Ben Hutchings
2010-04-12 7:26 ` Takashi Iwai
2010-04-12 20:18 ` Ben Hutchings
2010-04-29 11:04 ` James Andrewartha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).