]> git.alsa-project.org Git - alsa-utils.git/commitdiff
- changes against PCM API switch
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2003 11:08:25 +0000 (11:08 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2003 11:08:25 +0000 (11:08 +0000)
- 1.0.0 version
- fixed amidi warning

amidi/amidi.c
aplay/aplay.c
configure.in

index 0b26016c52ec0a1b7552b8785a65d6778216e42e..7cbb55f2195fe0d5ff4db01a20972aa4f5e8d90f 100644 (file)
@@ -355,6 +355,8 @@ static void print_byte(unsigned char byte)
                        running_status = 1;
                        state = STATE_2PARAM_2;
                        break;
+               default:
+                       break;
                }
                if (running_status)
                        fputs("\n  ", stdout);
index ca3a1d7d1c3c46bb45e990775888cb06543b5f94..ee1f0ed7dc8d999ad952c4fa4df59d1eb2db55a3 100644 (file)
@@ -36,8 +36,6 @@
 #include <fcntl.h>
 #include <ctype.h>
 #include <errno.h>
-#define ALSA_PCM_NEW_HW_PARAMS_API
-#define ALSA_PCM_NEW_SW_PARAMS_API
 #include <alsa/asoundlib.h>
 #include <assert.h>
 #include <sys/poll.h>
index 45acb3677218285e83e46caddf824ec54f974c6a..77f231c53c7944c89fd3d9e210b0754a09b8af85 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(alsamixer/alsamixer.c)
 AC_PREFIX_DEFAULT(/usr)
-AM_INIT_AUTOMAKE(alsa-utils, 0.9.8)
+AM_INIT_AUTOMAKE(alsa-utils, 1.0.0)
 
 dnl Checks for programs.