Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-09-19 18:58:02 +02:00
5 changed files with 84 additions and 23 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class SndioOutput final : AudioOutput {
MixerListener *listener = nullptr;
const char *const device;
const unsigned buffer_time; /* in ms */
struct sio_hdl *sio_hdl;
struct sio_hdl *hdl;
int raw_volume;
public: