mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-18 05:33:49 -04:00
- 1.0.0 version
- change against PCM API switch
This commit is contained in:
parent
cd8875932e
commit
1852a1dbbc
2 changed files with 1 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.9.8
|
VERSION = 1.0.0
|
||||||
TOP = .
|
TOP = .
|
||||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
||||||
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
|
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define ALSA_PCM_NEW_HW_PARAMS_API
|
|
||||||
#define ALSA_PCM_NEW_SW_PARAMS_API
|
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
typedef signed short sint_16;
|
typedef signed short sint_16;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue