| Commit message (Expand) | Author | Age |
| * | Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111... | Marcin Bukat | 2010-10-31 |
| * | Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effe... | Thomas Martitz | 2010-04-25 |
| * | Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s... | Björn Stenberg | 2008-10-14 |
| * | Make local function static in mp3_playback.c and match usb_init_device protot... | Bertrik Sikken | 2008-09-12 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis | 2008-03-26 |
| * | compile talk.c on hwcodec sim. it wont actually talk though | Jonathan Gordon | 2007-11-07 |
| * | Accept FS#7264 'Build with -Os switch for coldfire targets'. | Nils Wallménius | 2007-06-13 |
| * | * move audio settings into audio codec drivers | Christian Gmeiner | 2007-05-22 |
| * | Moved SH1 system code to target tree. * First shot at hwcompat cleanup. | Jens Arnold | 2007-04-11 |
| * | Guess there were more changes to it.:) Odd that mine built until a make clean. | Michael Sevakis | 2007-03-09 |
| * | Properly set audio_is_initialized flag for swcodec devices ad use it when ini... | Hardeep Sidhu | 2006-05-01 |
| * | Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)... | Jens Arnold | 2006-04-26 |
| * | SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa... | Jens Arnold | 2006-04-25 |
| * | First commit of reworking voice to be mroe stable on swcodec | Brandon Low | 2006-04-22 |
| * | Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,... | Jens Arnold | 2005-11-06 |
| * | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold | 2005-08-29 |
| * | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen | 2005-08-20 |
| * | Crossfade (and pcm buffer size) length is now configurable. | Miika Pekkarinen | 2005-07-21 |
| * | Implemented mp3_pause_done() for software codecs to make wps correctly | Miika Pekkarinen | 2005-07-20 |
| * | Removed unnecessary code. | Jens Arnold | 2005-06-03 |
| * | Fix simulator and iriver builds. | Jens Arnold | 2005-05-13 |
| * | (1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789... | Jens Arnold | 2005-05-13 |
| * | Unused variable. | Jens Arnold | 2005-05-07 |
| * | Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() | Linus Nielsen Feltzing | 2005-04-01 |
| * | Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p... | Jens Arnold | 2005-02-06 |
| * | repair the iriver sim build | Daniel Stenberg | 2005-02-03 |
| * | less warnings on iriver builds | Daniel Stenberg | 2005-02-03 |
| * | provide a range of dummies to build on iriver | Daniel Stenberg | 2005-02-02 |
| * | New channel configuration setting, allowing fine-grained control of the stere... | Jens Arnold | 2005-01-12 |
| * | Use the register shadow variable in all places. | Jens Arnold | 2005-01-09 |
| * | The player also has MAS poweron reset, handle it. | Jens Arnold | 2004-11-22 |
| * | Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ... | Jens Arnold | 2004-11-07 |
| * | Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency. | Jens Arnold | 2004-11-06 |
| * | Disabled S/PDIF out for models where S/PDIF output is not physically availabl... | Jens Arnold | 2004-10-11 |
| * | Oops, I meant to disable SDO | Linus Nielsen Feltzing | 2004-10-05 |
| * | Increased strength on S/PDIF outputs, fixes bug #770355 | Linus Nielsen Feltzing | 2004-10-05 |
| * | Fix: MAS SIBI control now is output as intended | Jens Arnold | 2004-10-02 |
| * | Fixed a typo which lead to non-initialized MAS on Ondio SP | Jens Arnold | 2004-10-01 |
| * | Ondio config cleanup, SIBI support | Jörg Hohensohn | 2004-10-01 |
| * | Added MAS3539F support (Ondio SP) | Jens Arnold | 2004-09-29 |
| * | a hell of a commit: changed several HAVE_xx configuration flags into multiple... | Jörg Hohensohn | 2004-09-28 |
| * | Now the Player balance setting works again | Linus Nielsen Feltzing | 2004-09-13 |
| * | Const policed pointer arguments to functions, part 1 | Jens Arnold | 2004-08-16 |
| * | Corrected MAS version checks | Jens Arnold | 2004-08-05 |
| * | More const policeing step 4 | Jens Arnold | 2004-08-03 |
| * | Balance is now set in 1% steps | Linus Nielsen Feltzing | 2004-07-27 |
| * | New feature: clean shutdown if you press OFF twice in the file browser, or se... | Linus Nielsen Feltzing | 2004-07-24 |
| * | Const'ed the various setting lookup tables | Jens Arnold | 2004-07-20 |
| * | Now uses shadow_7f1 correctly, so the pitch works again | Linus Nielsen Feltzing | 2004-07-15 |