From 90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 23 Jul 2014 18:19:00 -0600 Subject: NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done --- NxWidgets/Kconfig | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'NxWidgets/Kconfig') diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index 8bd5ef26d..6608d7a56 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -1130,6 +1130,20 @@ config NXWM_MEDIAPLAYER if NXWM_MEDIAPLAYER +menu "NxPlayer Integration" + +config NXWM_MEDIAPLAYER_PREFERRED_DEVICE + string "Preferred audio device" + default "pcm0" + depends on NXPLAYER_INCLUDE_PREFERRED_DEVICE + ---help--- + NxPlayer expects us to specify a preferred audio device. This + selection allows us to identify that preferred audio device. This + device is identified by a simple name string that corresponds to an + audio device that can be found under /dev/audio. + +endmenu # NxPlayer Integration + menu "Media File Configuration" config NXWM_MEDIAPLAYER_MEDIAPATH @@ -1166,7 +1180,7 @@ config NXWM_MEDIAPLAYER_FILTER_WAV config NXWM_MEDIAPLAYER_FILTER_PCM bool "Accept .pcm extension" - default y + default n select NXWM_MEDIAPLAYER_FILTER config NXWM_MEDIAPLAYER_FILTER_MP3 -- cgit v1.2.3