Commit 81c16273 authored by Thomas Guillem's avatar Thomas Guillem Committed by Max Kellermann

output/sles: use the AndroidMixerPlugin

parent 801ae86b
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
......
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment