Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-20 Thread Arun Raghavan
On Sun, 2011-09-04 at 18:03 +0200, Maarten Bosmans wrote: > OK, I'll see what I can do. > > But I was under the impression that the code had diverged enough from > the upstream code that we effectively were maintaining our own version > (fork). Perhaps that impression is wrong. > > I did find som

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-05 Thread Luiz Augusto von Dentz
Hi All, On Mon, Sep 5, 2011 at 11:13 AM, Colin Guthrie wrote: > 'Twas brillig, and Arun Raghavan at 04/09/11 17:36 did gyre and gimble: >> Since these files come from BlueZ upstream, could you also get these >> changes upstream? Makes cropping things in sync simpler. > > Oh crap, I missed this :(

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-05 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 04/09/11 17:36 did gyre and gimble: > Since these files come from BlueZ upstream, could you also get these > changes upstream? Makes cropping things in sync simpler. Oh crap, I missed this :( Yeah, it would be good to get them in bluez. I've CC'ed Luiz to see

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-04 Thread Arun Raghavan
Maarten Bosmans wrote: >OK, I'll see what I can do. > >But I was under the impression that the code had diverged enough from >the upstream code that we effectively were maintaining our own version >(fork). Perhaps that impression is wrong. The code should be fairly in sync. We do a periodic up

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-04 Thread Maarten Bosmans
OK, I'll see what I can do. But I was under the impression that the code had diverged enough from the upstream code that we effectively were maintaining our own version (fork). Perhaps that impression is wrong. I did find something similar in rtkit.c and submitted that upstream (well, to Lennart

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-04 Thread Arun Raghavan
Maarten Bosmans wrote: >--- > src/modules/bluetooth/sbc/sbc_primitives_armv6.c |4 +- > src/modules/bluetooth/sbc/sbc_primitives_iwmmxt.c |4 +- > src/modules/bluetooth/sbc/sbc_primitives_mmx.c| 14 +- >src/modules/bluetooth/sbc/sbc_primitives_neon.c | 28 >++

Re: [pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-03 Thread Colin Guthrie
All six patches now applied. Thanks! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http:/

[pulseaudio-discuss] [PATCH 1/4] bluetooth/sbc: Use __asm__ keyword

2011-09-02 Thread Maarten Bosmans
--- src/modules/bluetooth/sbc/sbc_primitives_armv6.c |4 +- src/modules/bluetooth/sbc/sbc_primitives_iwmmxt.c |4 +- src/modules/bluetooth/sbc/sbc_primitives_mmx.c| 14 +- src/modules/bluetooth/sbc/sbc_primitives_neon.c | 28 ++-- 4 files changed, 25 inse