diff options
-rw-r--r-- | firmware/export/audiohw.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 2663875964..171358c325 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -133,11 +133,11 @@ enum Channel { struct sound_settings_info { const char *unit; - int numdecimals; - int steps; - int minval; - int maxval; - int defaultval; + char numdecimals; + char steps; + short minval; + short maxval; + short defaultval; }; /* This struct is used by every driver to export its min/max/default values for |