Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  swap left/right channels
« previous next »
  • Print
Pages: [1]

Author Topic: swap left/right channels  (Read 1753 times)

Offline hacker3000

  • Member
  • *
  • Posts: 1
swap left/right channels
« on: April 16, 2007, 05:55:04 AM »
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!
Logged

Offline Toni

  • Member
  • *
  • Posts: 42
Re: swap left/right channels
« Reply #1 on: April 19, 2007, 01:50:15 AM »
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
« Last Edit: April 19, 2007, 01:59:15 AM by Toni »
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  swap left/right channels
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.062 seconds with 15 queries.