summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_exChannel.h
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2021-08-03 18:44:55 +0200
committerMichael Panzlaff <michael.panzlaff@fau.de>2021-08-25 18:03:51 +0200
commitd72270d4bd4c3160f98812de51cfb76fb6b47295 (patch)
treed7f4e6a0d3dcc8d22f47d0d584e589850449e5fd /arm7/lib/include/SND_exChannel.h
parent6482eb6e2a1a99c4b65502b5bc1f97a98690519a (diff)
arm7: run clang-format on SND_*
Diffstat (limited to 'arm7/lib/include/SND_exChannel.h')
-rw-r--r--arm7/lib/include/SND_exChannel.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/arm7/lib/include/SND_exChannel.h b/arm7/lib/include/SND_exChannel.h
index 2d9a5a8c..6e89cb72 100644
--- a/arm7/lib/include/SND_exChannel.h
+++ b/arm7/lib/include/SND_exChannel.h
@@ -9,7 +9,8 @@
void SND_ExChannelInit(void);
void SND_UpdateExChannel(void);
void SND_ExChannelMain(BOOL step);
-BOOL SND_StartExChannelPcm(struct SNDExChannel *chn, const struct SNDWaveParam *wave, const void *data, s32 length);
+BOOL SND_StartExChannelPcm(
+ struct SNDExChannel *chn, const struct SNDWaveParam *wave, const void *data, s32 length);
BOOL SND_StartExChannelPsg(struct SNDExChannel *chn, s32 duty, s32 length);
BOOL SND_StartExChannelNoise(struct SNDExChannel *chn, s32 length);
s32 SND_UpdateExChannelEnvelope(struct SNDExChannel *chn, BOOL step);
@@ -19,7 +20,11 @@ void SND_SetExChannelSustain(struct SNDExChannel *chn, s32 sustain);
void SND_SetExChannelRelease(struct SNDExChannel *chn, s32 release);
void SND_ReleaseExChannel(struct SNDExChannel *chn);
BOOL SND_IsExChannelActive(struct SNDExChannel *chn);
-struct SNDExChannel *SND_AllocExChannel(u32 channelMask, int priority, u32 flags, SNDExChannelCallback callback, void *callbackUserData);
+struct SNDExChannel *SND_AllocExChannel(u32 channelMask,
+ int priority,
+ u32 flags,
+ SNDExChannelCallback callback,
+ void *callbackUserData);
void SND_FreeExChannel(struct SNDExChannel *chn);
void SND_InvalidateWave(const void *start, const void *end);
@@ -35,4 +40,4 @@ void SND_StartLfo(struct SNDLfo *lfo);
void SND_UpdateLfo(struct SNDLfo *lfo);
int SND_GetLfoValue(struct SNDLfo *lfo);
-#endif //GUARD_SND_EXCHANNEL_H
+#endif // GUARD_SND_EXCHANNEL_H