[Bug 587632] Re: Sound very distorted on armel

2011-03-10 Thread Jani Monoses
Dave's patch was applied by ogra early in natty but did not autoclose
this bug.


libmad (0.15.1b-5ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
- libmad.thumb.diff: use "adr" instead of "add" to make code ready for
  thumb2
- Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff: fix another
  ftbfs with thumb2 as "rsc" doesnt exist anymore - thanks to Dave
  Martin for this patch (LP: #534287).
  * Update Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff according
to LP: bug #587632 and drop -marm

 -- Oliver Grawert   Wed, 24 Nov 2010 14:12:57 +0100


** Changed in: libmad (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/587632

Title:
  Sound very distorted on armel

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2011-02-15 Thread Steve Langasek
** Tags added: arm-porting-queue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/587632

Title:
  Sound very distorted on armel

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-17 Thread Dave Martin
@sam

Great news--- thanks for testing!

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-16 Thread Loïc Minier
** Changed in: libmad (Ubuntu)
   Status: Fix Released => In Progress

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-16 Thread sam tygier
@dave martin.
your fix works.

i had been running a self build package with -marm for a while, giving good 
sound in mpd.
then i reverted to the libmad0_0.15.1b-4ubuntu1_armel.deb from the repos. that 
gave bad sound.
then i built your version from bzr. good sound.

thanks

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-16 Thread Colin Watson
libmad (0.15.1b-4ubuntu2) maverick; urgency=low

  * build with -marm on armel (LP: #587632)

 -- Oliver Grawert   Tue, 14 Sep 2010 14:37:42 +0200


** Changed in: libmad (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-15 Thread Dave Martin
Can someone with a working setup test this branch?

lp:~dave-martin-arm/ubuntu/maverick/libmad/fix-thumb2-MAD_F_MLN

I found a probable error on the Thumb-2 specific code--- I think this
ought to fix it.

** Branch linked: lp:~dave-martin-arm/ubuntu/maverick/libmad/fix-
thumb2-MAD_F_MLN

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-15 Thread Dave Martin
I've been taking a closer look at the MAD_F_MLN code, and I think I've
identified some faulty register usage --- currently investigating a fix
and will feed back soon.

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libmad

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-14 Thread Dave Martin
Hi there,

Can someone with a working audio setup test this branch?

https://code.launchpad.net/~dave-martin-arm/ubuntu/lucid/libmad/hack-use-arm-for-MAD_F_MLN
(use bzr branch 
lp:~dave-martin-arm/ubuntu/lucid/libmad/hack-use-arm-for-MAD_F_MLN)

This uses the old ARM code for MAD_F_MLN, temporarily switching to ARM
around it.

This isn't proposed as a fix, but if it solves the problem then this
means the bug is in the Thumb-2 specific code for that macro.

Cheers
---Dave

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-14 Thread Oliver Grawert
would be nice if that could be fixed properly at some point so libmad
can work with thumb2. for now i have uploaded a fix that enables -marm
...

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-09-14 Thread Nicolas Dechesne
I am getting the same problem on OMAP4 using recent 10.10 pre installed
image

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-07-03 Thread sam tygier
i was hearing very nasty sound for MP3s in mpd on beagleboard.
recompiling libmad0_0.15.1b-4ubuntu1 with -marm has solved this.

my steps were:
sudo apt-get build-dep libmad
sudo apt-get install devscripts
apt-get source libmad
vim libmad-0.15.1b/debian/rule # (and add the line "CFLAGS +=-marm" some where 
near the top)
cd libmad-0.15.1b/
debuild -us -uc
cd ..
sudo dpkg -i libmad0_0.15.1b-4ubuntu1_armel.deb

restart mpd and sound is fixed.


** Changed in: libmad (Ubuntu)
   Status: New => Confirmed

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-06-01 Thread Dave Martin
Can someone who's observed this problem do a rebuild of libmad in arm
and see if this fixed the problem?

The simplest way to do this is probably to add -marm in the cflags.

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-06-01 Thread mpasch
Same problem here on a BeagleBoard, Ubuntu 10.04, too.

Replacing /usr/lib/libmad.so.0.2.1 with one from a debian package
everything works fine.

http://packages.debian.org/lenny/libmad0

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587632] Re: Sound very distorted on armel

2010-05-30 Thread Loïc Minier
See also bug #489242

** Tags added: armel

-- 
Sound very distorted on armel
https://bugs.launchpad.net/bugs/587632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs