Changed the poll timer from 2ms to 1ms
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2049 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1198d37ee9
commit
4cdd538f06
1 changed files with 1 additions and 1 deletions
|
@ -1747,7 +1747,7 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int
|
|||
queue_init(&mpeg_queue);
|
||||
create_thread(mpeg_thread, mpeg_stack,
|
||||
sizeof(mpeg_stack), mpeg_thread_name);
|
||||
mas_poll_start(2);
|
||||
mas_poll_start(1);
|
||||
|
||||
#ifdef HAVE_MAS3507D
|
||||
mas_writereg(MAS_REG_KPRESCALE, 0xe9400);
|
||||
|
|
Loading…
Reference in a new issue