summaryrefslogtreecommitdiffstats
path: root/firmware/mp3_playback.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-1/+4
2008-09-12Make local function static in mp3_playback.c and match usb_init_device protot...Bertrik Sikken1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-1/+20
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-3/+3
2007-05-22* move audio settings into audio codec driversChristian Gmeiner1-0/+1
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-03-09Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis1-57/+0
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu1-1/+0
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold1-4/+4
2006-04-25SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa...Jens Arnold1-0/+4
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-5/+0
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-2/+2
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-29/+29
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-9/+7
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-1/+1
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen1-5/+0
2005-06-03Removed unnecessary code.Jens Arnold1-5/+0
2005-05-13Fix simulator and iriver builds.Jens Arnold1-0/+5
2005-05-13(1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789...Jens Arnold1-0/+13
2005-05-07Unused variable.Jens Arnold1-2/+0
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-623/+19
2005-02-06Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p...Jens Arnold1-39/+30
2005-02-03repair the iriver sim buildDaniel Stenberg1-0/+2
2005-02-03less warnings on iriver buildsDaniel Stenberg1-1/+31
2005-02-02provide a range of dummies to build on iriverDaniel Stenberg1-1/+53
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold1-84/+102
2005-01-09Use the register shadow variable in all places.Jens Arnold1-1/+3
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold1-1/+3
2004-11-07Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ...Jens Arnold1-11/+4
2004-11-06Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency.Jens Arnold1-2/+2
2004-10-11Disabled S/PDIF out for models where S/PDIF output is not physically availabl...Jens Arnold1-2/+5
2004-10-05Oops, I meant to disable SDOLinus Nielsen Feltzing1-1/+1
2004-10-05Increased strength on S/PDIF outputs, fixes bug #770355Linus Nielsen Feltzing1-2/+2
2004-10-02Fix: MAS SIBI control now is output as intendedJens Arnold1-1/+1
2004-10-01Fixed a typo which lead to non-initialized MAS on Ondio SPJens Arnold1-3/+3
2004-10-01Ondio config cleanup, SIBI supportJörg Hohensohn1-0/+5
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-45/+58
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-38/+38
2004-09-13Now the Player balance setting works againLinus Nielsen Feltzing1-0/+2
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2004-08-05Corrected MAS version checksJens Arnold1-2/+3
2004-08-03More const policeing step 4Jens Arnold1-3/+3
2004-07-27Balance is now set in 1% stepsLinus Nielsen Feltzing1-1/+1
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-0/+14
2004-07-20Const'ed the various setting lookup tablesJens Arnold1-7/+7
2004-07-15Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing1-3/+3
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing1-34/+124
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing1-4/+7