Skip to content
Snippets Groups Projects
Commit b3740469 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 c33a8aa7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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