From afbae177a16fafbd898925e874fc56d395756d3a Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 7 Oct 2017 21:59:21 +0200 Subject: 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 --- firmware/export/nwzlinux_codec.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export') 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 @@ /* Ranges from -100dB to 4dB */ AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 4, -10) +/* enable/disable Sony's "acoustic" mode */ +bool audiohw_acoustic_enabled(void); +void audiohw_enable_acoustic(bool en); +/* enable/disable Sony's "cuerev" mode */ +bool audiohw_cuerev_enabled(void); +void audiohw_enable_cuerev(bool en); + #endif /* __NWZLINUX_CODEC_H__ */ -- cgit v1.2.3