Updated to latest alsa-lib

This commit is contained in:
Jaroslav Kysela 2002-09-19 16:19:12 +00:00
parent 69a903d676
commit 818b37a1d7

View file

@ -35,6 +35,7 @@
#include <fcntl.h>
#include <ctype.h>
#include <errno.h>
#define ALSA_PCM_NEW_HW_PARAMS_API
#include <alsa/asoundlib.h>
#include <assert.h>
#include <sys/poll.h>
@ -2013,4 +2014,3 @@ static void capturev(char **names, unsigned int count)
if (ret)
exit(ret);
}