summaryrefslogtreecommitdiffstats
path: root/firmware/export/fiiolinux_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fiiolinux_codec.h')
-rw-r--r--firmware/export/fiiolinux_codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/fiiolinux_codec.h b/firmware/export/fiiolinux_codec.h
index 22c2263046..118a0928d7 100644
--- a/firmware/export/fiiolinux_codec.h
+++ b/firmware/export/fiiolinux_codec.h
@@ -2,8 +2,11 @@
#define __FIIOLINUX_CODEC__
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
+#define AUDIOHW_HAVE_SHORT2_ROLL_OFF
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30)
AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
#endif
+#define AUDIOHW_MUTE_ON_PAUSE
+
void audiohw_mute(int mute);