summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/sdl.c')
-rw-r--r--firmware/drivers/audio/sdl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/audio/sdl.c b/firmware/drivers/audio/sdl.c
index ae66380d16..a8fd2ffa07 100644
--- a/firmware/drivers/audio/sdl.c
+++ b/firmware/drivers/audio/sdl.c
@@ -122,6 +122,10 @@ void audiohw_set_depth_3d(int value)
122void audiohw_set_lineout_volume(int vol_l, int vol_r) 122void audiohw_set_lineout_volume(int vol_l, int vol_r)
123 { (void)vol_l; (void)vol_r; } 123 { (void)vol_l; (void)vol_r; }
124#endif 124#endif
125#if defined(AUDIOHW_HAVE_FILTER_ROLL_OFF)
126void audiohw_set_filter_roll_off(int value)
127 { (void)value; }
128#endif
125 129
126void audiohw_close(void) {} 130void audiohw_close(void) {}
127 131