summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_sweep.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_sweep.c')
-rw-r--r--audio/filter/af_sweep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/filter/af_sweep.c b/audio/filter/af_sweep.c
index af5fc71b78..982cb6210c 100644
--- a/audio/filter/af_sweep.c
+++ b/audio/filter/af_sweep.c
@@ -74,7 +74,7 @@ static int af_open(struct af_instance* af){
}
#define OPT_BASE_STRUCT af_sweept
-struct af_info af_info_sweep = {
+const struct af_info af_info_sweep = {
.info = "sine sweep",
.name = "sweep",
.open = af_open,