summaryrefslogtreecommitdiff
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 @@
2#define __FIIOLINUX_CODEC__ 2#define __FIIOLINUX_CODEC__
3 3
4#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP) 4#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
5#define AUDIOHW_HAVE_SHORT2_ROLL_OFF
5AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30) 6AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30)
6AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0) 7AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
7#endif 8#endif
8 9
10#define AUDIOHW_MUTE_ON_PAUSE
11
9void audiohw_mute(int mute); 12void audiohw_mute(int mute);