Bug fix for audio play

ugfx_release_2.6
inmarket 2014-03-30 19:06:29 +10:00
parent 99e4d3079c
commit 1e1385d569
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ void _gaudioDeinit(void)
return;
}
if (paud)
gfxQueueASyncPut(&playList, (gfxQueueASyncItem *)paud);
if (pd)
gfxQueueASyncPut(&playList, (gfxQueueASyncItem *)pd);
playFlags |= PLAYFLG_PLAYING;
gaudio_play_lld_start();
}