summaryrefslogtreecommitdiff
path: root/firmware/export/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r--firmware/export/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 70c4a2244e..674b2f6ae2 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -60,8 +60,8 @@ void sound_set(int setting, int value);
60int sound_val2phys(int setting, int value); 60int sound_val2phys(int setting, int value);
61 61
62#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 62#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
63void sound_set_pitch(int permille); 63void sound_set_pitch(int32_t pitch);
64int sound_get_pitch(void); 64int32_t sound_get_pitch(void);
65#endif 65#endif
66 66
67#endif 67#endif