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, 4 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index fa76c67b1f..501c6a48a1 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -51,6 +51,10 @@ void sound_set_treble_cutoff(int value);
51void sound_set_depth_3d(int value); 51void sound_set_depth_3d(int value);
52#endif 52#endif
53 53
54#if defined(AUDIOHW_HAVE_FILTER_ROLL_OFF)
55void sound_set_filter_roll_off(int value);
56#endif
57
54#ifdef AUDIOHW_HAVE_EQ 58#ifdef AUDIOHW_HAVE_EQ
55/* 59/*
56 * band = SOUND_EQ_BANDb 60 * band = SOUND_EQ_BANDb