Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Drivers
  • Assigned To No-one
  • Operating System Archos Player
  • Severity Low
  • Priority Very Low
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by bluechip - 2004-06-08
Last edited by RaeNye - 2006-09-18

FS#2216 - Stop POP/BANG when your Jukebox powers off automatically.

Stop those nasty loud pops/bangs when your archos
does the auto-poweroff thing…

in

/firmware/drivers/power.c

…add this to the list of #includes at the top

#include “mas.h”

…in the FIRST power_off() routine,
…add this at the very top

int i;
/* fade out with volume control before powering down */

  for(i=mas_codec_readreg(0x10); i; i--)
      mas_codec_writereg(0x10, i);
  sleep(HZ/10); /* let the chip finish it's ramping */

JUST ONE OF THE NEW FEATURES FROM THE
CYBORG SYSTEMS
AUDIO_3587 ENHANCED AUDIO PLUGIN
http://homepage.ntlworld.com/cyborgsystems

…Audio_3587 is due for it’s first public beta release in the
next 48 hours …it’s done, I just need to package it and
put it on the website, and I thought you might like this
little gem in advance :)

BlueChip

Closed by  bagder
2007-05-19 15:28
Reason for closing:  Rejected
Project Manager

How can we run code when the Archos powers off automatically?

Project Manager

Wrong, Daniel. It is the firmware that decides when to power
off.

Project Manager

Wrong?

Then the Archos _isn’t_ shutting off automatically and that
answers my question too…

Project Manager

Well, it’s called “idle poweroff” in Rockbox.

By “Automatically”, I exclude “Manually” (3-second salute) and
“if the batteries die” and include all other shut-down events.

Bluechip

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing