From 82aa010083a744e624d8a81a561a8a06d69d60a7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 23 Jul 2014 18:19:00 -0600 Subject: [PATCH] NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done --- configs/sama5d4-ek/nxwm/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/sama5d4-ek/nxwm/defconfig b/configs/sama5d4-ek/nxwm/defconfig index 431f1addd3..d915c440a0 100644 --- a/configs/sama5d4-ek/nxwm/defconfig +++ b/configs/sama5d4-ek/nxwm/defconfig @@ -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