forked from len0rd/rockbox
Code Police raid. Mostly changed // comments and indented to Rockbox style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8894 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e248eac20f
commit
220fafdd72
15 changed files with 1052 additions and 1006 deletions
|
|
@ -746,7 +746,7 @@ void play_tock(void) {
|
|||
|
||||
void calc_period(void)
|
||||
{
|
||||
period = 61440/bpm-1; // (60*1024)/bpm;
|
||||
period = 61440/bpm-1; /* (60*1024)/bpm; */
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -904,7 +904,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter){
|
|||
rb = api;
|
||||
|
||||
if (MET_IS_PLAYING)
|
||||
MET_PLAY_STOP; // stop audio IS
|
||||
MET_PLAY_STOP; /* stop audio IS */
|
||||
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
rb->bitswap(sound, sizeof(sound));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue