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 --- apps/NxWidgets/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'apps/NxWidgets') diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig index 8bd5ef26d..3a55e2077 100644 --- a/apps/NxWidgets/Kconfig +++ b/apps/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 -- cgit v1.2.3