Support and General Use > Audio Playback, Database and Playlists

swap left/right channels

(1/1)

hacker3000:
Hi!

I've got some Sennheiser HD-25 and I have to wear them "the wrong way around" because of the cable. I know it's only by habit but I like it this way. Is there a patch/a way to swap the left/right channels?

Sorry for my bad english, I'm from Switzerland.

Thanks!

Toni:
No, there is no patch.
But basically it is only one assembler line to change (for Sansa):

/firmware/target/arm/pcm_pp.c:
 Â change required in #ifdef HAVE_AS3514
 Â   "mov r10, r10, ror #2\n\t" /* put left sample at the top bits */
 Â to
 Â   "mov r10, r10, ror #18\n\t" /* put right sample at the top bits */

For other PP targets this can be done similarly.

Toni

Navigation

[0] Message Index

Go to full version