summaryrefslogtreecommitdiff
path: root/firmware/export/nwzlinux_codec.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-10-07 21:59:21 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-10-07 22:01:00 +0200
commitafbae177a16fafbd898925e874fc56d395756d3a (patch)
treef48a8a166d3f3b30cf58313755d469118786e739 /firmware/export/nwzlinux_codec.h
parent26d18fd34830fc58af7e57dad6f83acb6a9209c8 (diff)
downloadrockbox-afbae177a16fafbd898925e874fc56d395756d3a.tar.gz
rockbox-afbae177a16fafbd898925e874fc56d395756d3a.zip
sonynwz: add api and debug entries for "acoustic" and "cue/rev" mode
We don't really know what those are supposed to do. They seem to change the volume curve but it is not very clear what is the intended purpose. Change-Id: I65f5d18aba139844c23df092277ba17ee8518f96
Diffstat (limited to 'firmware/export/nwzlinux_codec.h')
-rw-r--r--firmware/export/nwzlinux_codec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/nwzlinux_codec.h b/firmware/export/nwzlinux_codec.h
index fbd424a22e..dae8cca76f 100644
--- a/firmware/export/nwzlinux_codec.h
+++ b/firmware/export/nwzlinux_codec.h
@@ -26,4 +26,11 @@
26/* Ranges from -100dB to 4dB */ 26/* Ranges from -100dB to 4dB */
27AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 4, -10) 27AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 4, -10)
28 28
29/* enable/disable Sony's "acoustic" mode */
30bool audiohw_acoustic_enabled(void);
31void audiohw_enable_acoustic(bool en);
32/* enable/disable Sony's "cuerev" mode */
33bool audiohw_cuerev_enabled(void);
34void audiohw_enable_cuerev(bool en);
35
29#endif /* __NWZLINUX_CODEC_H__ */ 36#endif /* __NWZLINUX_CODEC_H__ */