fix red introduced in the android pcm driver (rev fe2d52c
)
Change-Id: I2fa160fd39842a5434cf11573b50061786e610ca
This commit is contained in:
parent
fe2d52cc7d
commit
7eee526e6a
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
|
|||
(*env_ptr)->CallVoidMethod(env_ptr,
|
||||
RockboxPCM_instance,
|
||||
play_pause_method,
|
||||
(int)pause);
|
||||
0);
|
||||
}
|
||||
|
||||
void pcm_play_dma_stop(void)
|
||||
|
|
Loading…
Reference in a new issue