- changes against PCM API switch

- 1.0.0 version
- fixed amidi warning
This commit is contained in:
Jaroslav Kysela 2003-11-05 11:08:25 +00:00
parent 1f2d8e47ab
commit 80476a0170
3 changed files with 3 additions and 3 deletions

View 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);

View 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>

View 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.