]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Updated to latest alsa-lib
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2002 16:19:12 +0000 (16:19 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2002 16:19:12 +0000 (16:19 +0000)
aplay/aplay.c

index b29ff120b6f12c247dacef36afd24e8e1b620152..59f02d829ba3e7d022381b2adecbe2a2f6384f1e 100644 (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);
 }
-