Commit 8155ce97 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sndio: remove amplification until proper implementation

parent f86056ee
......@@ -139,7 +139,9 @@ static int Open (vlc_object_t *obj)
aout->pf_play = Play;
aout->pf_pause = Pause;
aout->pf_flush = NULL; /* sndio sucks! */
aout_VolumeSoftInit (aout); /* TODO: sio_onvol() */
/* TODO: sio_setvol()/sio_onvol() */
aout->volume_set = NULL;
aout->mute_set = NULL;
sio_start (sio);
return VLC_SUCCESS;
......
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