Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904
This commit is contained in:
parent
7d814aa2b1
commit
afd005ccde
@ -97,6 +97,16 @@ namespace NxWM
|
|||||||
* FFORWARD2| X | X | X | PLAYING | PLAYING | REWIND1 |
|
* FFORWARD2| X | X | X | PLAYING | PLAYING | REWIND1 |
|
||||||
* REWIND2 | X | X | X | PLAYING |FFORWARD1 | PLAYING |
|
* 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
|
enum EMediaPlayerState
|
||||||
|
Loading…
x
Reference in New Issue
Block a user