forked from len0rd/rockbox
iPod: Correctly disable playback so we can test codec speeds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8250 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
149f5bbd2f
commit
fa51eb4ee8
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,8 @@ static void dma_start(const void *addr, long size)
|
|||
addr = (void *)((unsigned long)addr & ~3); /* Align data */
|
||||
size &= ~3; /* Size must be multiple of 4 */
|
||||
|
||||
/* Disable playback for now */
|
||||
pcm_playing = false;
|
||||
return;
|
||||
|
||||
/* This is the uda1380 code */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue