mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
- changes against PCM API switch
- 1.0.0 version - fixed amidi warning
This commit is contained in:
parent
1f2d8e47ab
commit
80476a0170
3 changed files with 3 additions and 3 deletions
|
@ -355,6 +355,8 @@ static void print_byte(unsigned char byte)
|
||||||
running_status = 1;
|
running_status = 1;
|
||||||
state = STATE_2PARAM_2;
|
state = STATE_2PARAM_2;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (running_status)
|
if (running_status)
|
||||||
fputs("\n ", stdout);
|
fputs("\n ", stdout);
|
||||||
|
|
|
@ -36,8 +36,6 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#define ALSA_PCM_NEW_HW_PARAMS_API
|
|
||||||
#define ALSA_PCM_NEW_SW_PARAMS_API
|
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(alsamixer/alsamixer.c)
|
AC_INIT(alsamixer/alsamixer.c)
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
AM_INIT_AUTOMAKE(alsa-utils, 0.9.8)
|
AM_INIT_AUTOMAKE(alsa-utils, 1.0.0)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue