diff options
author | Jens Arnold <amiconn@rockbox.org> | 2009-07-11 23:11:56 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2009-07-11 23:11:56 +0000 |
commit | fa59ed6ae724b3f75c8ba35efcf7ce18f21e3ed2 (patch) | |
tree | b8a286f87871ce82c9024ae525f6434153f77b35 /apps/plugins/wavplay.c | |
parent | 34213c388bce18de3e5a609a3be5b4dfa075fee6 (diff) | |
download | rockbox-fa59ed6ae724b3f75c8ba35efcf7ce18f21e3ed2.tar.gz rockbox-fa59ed6ae724b3f75c8ba35efcf7ce18f21e3ed2.zip |
Fix plugins for the changed pitch scale from r21781
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21794 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/wavplay.c')
-rw-r--r-- | apps/plugins/wavplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavplay.c b/apps/plugins/wavplay.c index 50b671f52c..368d8e3475 100644 --- a/apps/plugins/wavplay.c +++ b/apps/plugins/wavplay.c | |||
@@ -3547,7 +3547,7 @@ int play_file(char* filename) | |||
3547 | rb->lcd_puts(0, 2, buf); | 3547 | rb->lcd_puts(0, 2, buf); |
3548 | rb->lcd_update(); | 3548 | rb->lcd_update(); |
3549 | 3549 | ||
3550 | rb->sound_set_pitch(1000); /* reset pitch */ | 3550 | rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */ |
3551 | mas_download_pcm(); /* Download PCM codec */ | 3551 | mas_download_pcm(); /* Download PCM codec */ |
3552 | 3552 | ||
3553 | /* Configure PCM codec */ | 3553 | /* Configure PCM codec */ |