commit 50c74d2f42957d1491716cf6b9fbf1381295ee99 parent 940aa150484d85dfc2c00db5f58024c9beab3105 Author: sin <sin@2f30.org> Date: Fri, 26 Dec 2014 15:47:54 +0000 Add TODO comment Diffstat:
M | sndio.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sndio.c b/sndio.c @@ -12,6 +12,7 @@ static struct sio_hdl *hdl; static int sndiovol(int vol) { + /* TODO: allow volume changes even if there is no active song */ if (hdl) { if (!sio_setvol(hdl, (SIO_MAXVOL * vol) / 100)) { warnx("sio_setvol: failed");