summaryrefslogtreecommitdiff
path: root/arm9/lib/include
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-06-25 13:29:06 -0400
committerGitHub <noreply@github.com>2020-06-25 13:29:06 -0400
commit80ce402f5f541f01d7ded6da60e38eebbf1f9f88 (patch)
tree4b6c5870add11dbe2910e4a27d56d902239cd7ed /arm9/lib/include
parent40c3f6e85a2d25d3d98b2cfdaf1dd6872bbb4a6d (diff)
parentf61b7cc024fd9be692960ee284bb078fb5f1f125 (diff)
Merge pull request #190 from PikalaxALT/pikalax_work
sound.c
Diffstat (limited to 'arm9/lib/include')
-rw-r--r--arm9/lib/include/SPI_mic.h6
-rw-r--r--arm9/lib/include/SPI_pm.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/arm9/lib/include/SPI_mic.h b/arm9/lib/include/SPI_mic.h
new file mode 100644
index 00000000..79588fe9
--- /dev/null
+++ b/arm9/lib/include/SPI_mic.h
@@ -0,0 +1,6 @@
+#ifndef NITRO_SPI_MIC_H_
+#define NITRO_SPI_MIC_H_
+
+void MIC_Init(void);
+
+#endif //NITRO_SPI_MIC_H_
diff --git a/arm9/lib/include/SPI_pm.h b/arm9/lib/include/SPI_pm.h
index b5063ed8..a5957f74 100644
--- a/arm9/lib/include/SPI_pm.h
+++ b/arm9/lib/include/SPI_pm.h
@@ -32,6 +32,8 @@ void PM_GetBackLight(PMBackLightSwitch * top, PMBackLightSwitch * bottom);
void PM_GoSleepMode(PMWakeUpTrigger trigger, PMLogic logic, u16 keyPattern);
u32 PM_SetBackLight(PMLCDTarget target, PMBackLightSwitch status);
void PM_ForceToPowerOff(void);
+void PM_SetAmp(int gain);
+void PM_SetAmpGain(int gain);
ENUMS_ALWAYS_INT_RESET