forked from len0rd/rockbox
Fix silly typo in comment, but nothing more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21318 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6264941776
commit
bb8244a176
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ void sound_set_pitch(int permille)
|
|||
|
||||
static void tdspeed_setup(struct dsp_config *dspc)
|
||||
{
|
||||
/* Assume timestretch will not not be used */
|
||||
/* Assume timestretch will not be used */
|
||||
dspc->tdspeed_active = false;
|
||||
sample_buf = small_sample_buf;
|
||||
resample_buf = small_resample_buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue