Rockbox

  • Status Closed
  • Percent Complete
    0%
  • Task Type Patches
  • Category
  • Assigned To No-one
  • Operating System
  • Severity Low
  • Priority Very Low
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by bluechip - 2004-03-22
Last edited by bagder - 2004-06-08

FS#2096 - Audio 3587 --> http://homepage.ntlworld.com/cyborgsystems

I have noticed recently a lot of chat about new audio
options …this is what I came up with last year.

It includes things like ability to re-organise the menu to
any order desired, and each individual option can be
toggled between user and geek mode; there is a full
stereo-seperation GUI; etc.

Just another thought on what the audio stuff could look
like.

There are a couple of integration issues:
# Settings not saved through power-off
# Geek-model MDB controls not written
# No font or language support

That said, pretty much all the code you need is actually
there wrapped up in #ifdefs and things like font support
should be quite easy to add.

The readme is comprehensive and SHOULD answer pretty
much any question you have about functionality.

Closed by  bagder
2004-06-08 08:42
Reason for closing:  Invalid
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Logged In: YES
user_id=1110

No patch present

whoops - you will need to add these entries to the plugin
interface…

[plugin.h]
#ifdef HAVE_MAS3587F

  int (*mas_codec_writereg)(int reg, unsigned int val);
  int (*mas_readmem)(int bank, int addr, unsigned long* 

dest, int len);

  int (*mas_writemem)(int bank, int addr, unsigned long* src, 

int len);
#endif

[plugin.c]
#ifdef HAVE_MAS3587F

  mas_codec_writereg,
  mas_readmem,
  mas_writemem,

#endif

I have moved this to my own homepage now at
http://homepage.ntlworld.com/cyborgsystems

Project Manager

No patch present

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing