summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/nxwm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-23 18:19:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-23 18:19:00 -0600
commit90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2 (patch)
treef5fdde6de55f4783c16557fb468c09987d633e3a /nuttx/configs/sama5d4-ek/nxwm
parenta2f3576b95cf969a21a0a80ccfb08c024d699aa1 (diff)
downloadpx4-nuttx-90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2.tar.gz
px4-nuttx-90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2.tar.bz2
px4-nuttx-90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2.zip
NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done
Diffstat (limited to 'nuttx/configs/sama5d4-ek/nxwm')
-rw-r--r--nuttx/configs/sama5d4-ek/nxwm/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d4-ek/nxwm/defconfig b/nuttx/configs/sama5d4-ek/nxwm/defconfig
index 431f1addd..d915c440a 100644
--- a/nuttx/configs/sama5d4-ek/nxwm/defconfig
+++ b/nuttx/configs/sama5d4-ek/nxwm/defconfig
@@ -1444,6 +1444,11 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=6
CONFIG_NXWM_MEDIAPLAYER=y
#
+# NxPlayer Integration
+#
+CONFIG_NXWM_MEDIAPLAYER_PREFERRED_DEVICE="pcm0"
+
+#
# Media File Configuration
#
CONFIG_NXWM_MEDIAPLAYER_MEDIAPATH="/mnt/sdcard"
@@ -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