summaryrefslogtreecommitdiff
path: root/src/code/audio_thread_manager.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-03-30 19:53:47 +1100
committerGitHub <noreply@github.com>2023-03-30 19:53:47 +1100
commit6685a4775e440b247f3db62db4162dccbf0775ea (patch)
tree14c20e33d91b6914f272d8301b7c3a0cfb544e01 /src/code/audio_thread_manager.c
parent045c3537a9bae4fa7fb33985c7834f3c956d42f1 (diff)
Audio `sequence.c` OK and documented (#1201)
* import sequence docs * cleanup * do not need raw hex
Diffstat (limited to 'src/code/audio_thread_manager.c')
-rw-r--r--src/code/audio_thread_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/audio_thread_manager.c b/src/code/audio_thread_manager.c
index eca7ddd83..45fbcb87e 100644
--- a/src/code/audio_thread_manager.c
+++ b/src/code/audio_thread_manager.c
@@ -80,7 +80,7 @@ void AudioMgr_ThreadEntry(void* arg) {
Audio_Init();
AudioLoad_SetDmaHandler(DmaMgr_DmaHandler);
- func_801A4D00();
+ Audio_InitSound();
osSendMesg(&audioMgr->lockMsgQ, NULL, OS_MESG_BLOCK);
IrqMgr_AddClient(audioMgr->irqMgr, &irqClient, &audioMgr->interruptMsgQ);