From: Jaroslav Kysela Date: Thu, 19 Sep 2002 16:19:12 +0000 (+0000) Subject: Updated to latest alsa-lib X-Git-Tag: v1.0.3~121 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=818b37a1d75ea27886856052fc02d998d13d9504;p=alsa-utils.git Updated to latest alsa-lib --- diff --git a/aplay/aplay.c b/aplay/aplay.c index b29ff12..59f02d8 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -35,6 +35,7 @@ #include #include #include +#define ALSA_PCM_NEW_HW_PARAMS_API #include #include #include @@ -2013,4 +2014,3 @@ static void capturev(char **names, unsigned int count) if (ret) exit(ret); } -