Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7751 - iFP7xx port code is mixed up in platform-generic code

Attached to Project: Rockbox
Opened by Catalin Patulea (Catalin Patulea) - Monday, 10 September 2007, 23:22 GMT+2
Last edited by Nils Wallménius (nls) - Tuesday, 11 September 2007, 17:35 GMT+2
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

firmware/pcm_playback.c contains PNX0101 (iFP7xx)-specific code. It should not. This patch moves the relevant code into firmware/target/arm/pnx0101/pcm-pnx0101.c and reorganizes pcm_playback.c for easier maintenance.
   rockbox-extract-pcm-pnx0101.diff (11.9 KiB)
 firmware/pcm_playback.c                      |  184 +++------------------------
 firmware/SOURCES                             |    3 
 firmware/target/arm/pnx0101/pcm-pnx0101.c    |  160 +++++++++++++++++++++++
 firmware/target/arm/pnx0101/system-pnx0101.c |    2 
 4 files changed, 186 insertions(+), 163 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Tuesday, 11 September 2007, 17:35 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Comitted

Loading...