decrease SIO_MAXNFDS to what alsa needs

This commit is contained in:
Alexandre Ratchov 2011-05-09 19:29:04 +02:00
parent 6b44a56017
commit 1b9b1c16b8
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
#include <sys/param.h>
#include "sndio.h"
#define SIO_MAXNFDS 8
#define SIO_MAXNFDS 4
/*
* private ``handle'' structure
*/