aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sio.c b/sio.c
index e3d8657..11c6db0 100644
--- a/sio.c
+++ b/sio.c
@@ -35,7 +35,7 @@ init_sio(int rchan, int bits, int sig)
if (!sio)
errx(1, "malloc failed");
- sio->sio = sio_open(NULL, SIO_REC, 0);
+ sio->sio = sio_open(SIO_DEVANY, SIO_REC, 0);
if (!sio->sio)
errx(1, "cannot connect to sound server, is it running?");