Skip to content
Snippets Groups Projects
Commit 82aa0100 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle,...

NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle.  Lots more to be done
parent ef087739
No related branches found
No related tags found
No related merge requests found
......@@ -1443,6 +1443,11 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=6
#
CONFIG_NXWM_MEDIAPLAYER=y
#
# NxPlayer Integration
#
CONFIG_NXWM_MEDIAPLAYER_PREFERRED_DEVICE="pcm0"
#
# Media File Configuration
#
......@@ -1452,6 +1457,7 @@ CONFIG_NXWM_MEDIAPLAYER_FILTER=y
# CONFIG_NXWM_MEDIAPLAYER_FILTER_AC3 is not set
# CONFIG_NXWM_MEDIAPLAYER_FILTER_DTS is not set
CONFIG_NXWM_MEDIAPLAYER_FILTER_WAV=y
# CONFIG_NXWM_MEDIAPLAYER_FILTER_PCM is not set
# CONFIG_NXWM_MEDIAPLAYER_FILTER_MP3 is not set
# CONFIG_NXWM_MEDIAPLAYER_FILTER_MIDI is not set
# CONFIG_NXWM_MEDIAPLAYER_FILTER_WMA is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment