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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 9f4cd60ae8..772e2d6655 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -54,7 +54,7 @@ int sound_val2phys(int setting, int value);
54const char *sound_unit(int setting); 54const char *sound_unit(int setting);
55int sound_numdecimals(int setting); 55int sound_numdecimals(int setting);
56int sound_steps(int setting); 56int sound_steps(int setting);
57#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) || defined(SIMULATOR) 57#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) || defined(SIMULATOR)
58void sound_set_pitch(int permille); 58void sound_set_pitch(int permille);
59int sound_get_pitch(void); 59int sound_get_pitch(void);
60#endif 60#endif