summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/audiohw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 658dd1301c..f9d8caebf0 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -377,7 +377,7 @@ void audiohw_postinit(void);
377 */ 377 */
378void audiohw_close(void); 378void audiohw_close(void);
379 379
380#if defined(AUDIOHW_HAVE_CLIPPING) || defined(HAVE_SDL_AUDIO) 380#if defined(AUDIOHW_HAVE_CLIPPING) || defined(HAVE_SDL_AUDIO) || defined(ANDROID)
381 /** 381 /**
382 * Set new volume value 382 * Set new volume value
383 * @param val to set. 383 * @param val to set.