output/sles: use the AndroidMixerPlugin

This commit is contained in:
Thomas Guillem 2020-03-23 21:36:22 +01:00 committed by Max Kellermann
parent 801ae86b5d
commit 81c16273c5
2 changed files with 4 additions and 1 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
ver 0.21.22 (not yet released)
* playlist
- rss: support MIME type application/xml
* mixer
- android: new mixer plugin for "sles" output
ver 0.21.21 (2020/03/19)
* configuration

View File

@ -28,6 +28,7 @@
#include "util/Macros.hxx"
#include "util/Domain.hxx"
#include "system/ByteOrder.hxx"
#include "mixer/MixerList.hxx"
#include "Log.hxx"
#include <SLES/OpenSLES.h>
@ -412,5 +413,5 @@ const struct AudioOutputPlugin sles_output_plugin = {
"sles",
sles_test_default_device,
SlesOutput::Create,
nullptr,
&android_mixer_plugin,
};