summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_hrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_hrtf.c')
-rw-r--r--audio/filter/af_hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/filter/af_hrtf.c b/audio/filter/af_hrtf.c
index e8ab5fc72d..e01f659772 100644
--- a/audio/filter/af_hrtf.c
+++ b/audio/filter/af_hrtf.c
@@ -631,7 +631,7 @@ static int af_open(struct af_instance* af)
}
#define OPT_BASE_STRUCT af_hrtf_t
-struct af_info af_info_hrtf = {
+const struct af_info af_info_hrtf = {
.info = "HRTF Headphone",
.name = "hrtf",
.open = af_open,