summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-24 08:28:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-24 08:28:10 -0600
commit5716f3e6f0bc5e5cbe04198923a5cdd8b6e89b3c (patch)
treea14e7c416bc79a4f46676eb4469f21b977c9f046 /NxWidgets
parentd01e4f9d601e86759fdec1832f9326159f1005e2 (diff)
downloadnuttx-5716f3e6f0bc5e5cbe04198923a5cdd8b6e89b3c.tar.gz
nuttx-5716f3e6f0bc5e5cbe04198923a5cdd8b6e89b3c.tar.bz2
nuttx-5716f3e6f0bc5e5cbe04198923a5cdd8b6e89b3c.zip
Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 6e19ddaf3..9ba86c988 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/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