mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation and test code to new API.
This commit is contained in:
parent
ec415ef3a9
commit
7f3942d827
15 changed files with 528 additions and 65 deletions
|
|
@ -1,14 +1,6 @@
|
|||
sysincludedir = ${includedir}/sys
|
||||
alsaincludedir = ${includedir}/alsa
|
||||
|
||||
if COMPATIBILITY_BUILD_RC3
|
||||
SND_LIB_MAJOR = 0
|
||||
SND_LIB_MINOR = 9
|
||||
SND_LIB_SUBMINOR = 0
|
||||
SND_LIB_EXTRAVER = 100000 # there was a bug....
|
||||
SND_LIB_VERSION = 0.9.0rc3
|
||||
endif
|
||||
|
||||
alsainclude_HEADERS = asoundlib.h asoundef.h \
|
||||
version.h global.h input.h output.h error.h \
|
||||
conf.h pcm.h pcm_plugin.h rawmidi.h timer.h \
|
||||
|
|
@ -39,9 +31,6 @@ stamp-vh: $(top_builddir)/configure.in
|
|||
@echo "/** library version (string) */" >> ver.tmp
|
||||
@echo "#define SND_LIB_VERSION_STR \"$(SND_LIB_VERSION)\"" >> ver.tmp
|
||||
@echo >> ver.tmp
|
||||
if COMPATIBILITY_BUILD_RC3
|
||||
@echo "#define SND_COMPATIBILITY_BUILD_RC3 1" >> ver.tmp
|
||||
endif
|
||||
@cmp -s version.h ver.tmp \
|
||||
|| (echo "Updating version.h"; \
|
||||
cp ver.tmp version.h; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue