summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-27 19:31:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-27 19:31:52 -0600
commit9eec8a62d8236122ee654eea0f3a57692bcb7964 (patch)
treebd6d014b3fe3a88a5b413023b3191b75511c723b /NxWidgets/nxwm/include
parentcb8b8b6c6529e93968af3190174eb143f06ff8fd (diff)
downloadnuttx-9eec8a62d8236122ee654eea0f3a57692bcb7964.tar.gz
nuttx-9eec8a62d8236122ee654eea0f3a57692bcb7964.tar.bz2
nuttx-9eec8a62d8236122ee654eea0f3a57692bcb7964.zip
CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rate
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index fc71c0b25..35a1630f0 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -160,7 +160,7 @@ namespace NxWM
uint8_t m_level; /**< Current volume level, range 0-100 */
#endif
#ifndef CONFIG_AUDIO_EXCLUDE_FFORWARD
- uint8_t m_subSample; /**< Current FFFORWARD subsampling */
+ uint8_t m_subSample; /**< Current FFFORWARD subsampling index */
#endif
/**