- Status Closed
- Percent Complete
- 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
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
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
How can we run code when the Archos powers off automatically?
Wrong, Daniel. It is the firmware that decides when to power
off.
Wrong?
Then the Archos _isn’t_ shutting off automatically and that
answers my question too…
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