summaryrefslogtreecommitdiff
path: root/firmware/export/rocker_codec.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-30 20:30:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-31 01:18:27 +0000
commitfe2d52cc7d0180acff26349f2904fba854de6fbc (patch)
tree62dbbe9a6e6ebc011e8e02f7428b8f620a83f698 /firmware/export/rocker_codec.h
parent2d85c7215169780168032617603e9e7b06d7ba25 (diff)
downloadrockbox-fe2d52cc7d0180acff26349f2904fba854de6fbc.tar.gz
rockbox-fe2d52cc7d0180acff26349f2904fba854de6fbc.zip
pcm: Get rid of pcm_play_pause() and associated APIs
Nothing in the core has used it for some time. It's exported to the plugin API but the last plugins to use it were switched to the mixer API back in 2011. This allows us to get rid of pcm_play_dma_pause() from all audio drivers Change-Id: Ic3fa02592316f84963e41d792d1cabb436d1ff6b
Diffstat (limited to 'firmware/export/rocker_codec.h')
-rw-r--r--firmware/export/rocker_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/rocker_codec.h b/firmware/export/rocker_codec.h
index c1ee7b87bc..9eb4954f0b 100644
--- a/firmware/export/rocker_codec.h
+++ b/firmware/export/rocker_codec.h
@@ -5,7 +5,7 @@
5AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -115*10, 0, -30*10) 5AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -115*10, 0, -30*10)
6#endif 6#endif
7 7
8//#define AUDIOHW_MUTE_ON_PAUSE 8//#define AUDIOHW_MUTE_ON_STOP
9//#define AUDIOHW_NEEDS_INITIAL_UNMUTE 9//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
10 10
11/* Note: Due to Kernel bug, we can't use MUTE_ON_PAUSE with backlight fading */ 11/* Note: Due to Kernel bug, we can't use MUTE_ON_PAUSE with backlight fading */