From afd005ccdeae33f907607ed38e729e6521a4e0e3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 24 Jul 2014 08:28:10 -0600 Subject: [PATCH] Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904 --- nxwm/include/cmediaplayer.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nxwm/include/cmediaplayer.hxx b/nxwm/include/cmediaplayer.hxx index 6e19ddaf3..9ba86c988 100644 --- a/nxwm/include/cmediaplayer.hxx +++ b/nxwm/include/cmediaplayer.hxx @@ -97,6 +97,16 @@ namespace NxWM * FFORWARD2| X | X | X | PLAYING | PLAYING | REWIND1 | * REWIND2 | X | X | X | PLAYING |FFORWARD1 | PLAYING | * ---------+----------+----------+----------+----------+----------+----------+ + * + * Configuration Dependencies. States in the above state transition table may + * not be supported if any of the following features are excluded from the + * configuration: + * + * CONFIG_AUDIO_EXCLUDE_STOP + * CONFIG_AUDIO_EXCLUDE_PAUSE_RESUME + * CONFIG_AUDIO_EXCLUDE_VOLUME + * CONFIG_AUDIO_EXCLUDE_FFORWARD + * CONFIG_AUDIO_EXCLUDE_REWIND */ enum EMediaPlayerState