diff options
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r-- | firmware/export/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 192384031d..99741c24c1 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -32,6 +32,8 @@ #include "tlv320.h" #endif +extern void audiohw_postinit(void); + enum { SOUND_VOLUME = 0, SOUND_BASS, |