Jaroslav Kysela
3cc4c86fb2
Moved pcm_jack plugin to src/pcm/ext directory (must be build manually).
...
The pcm open functions looks to /usr/lib/alsa-lib directory for plugins
like jack.
2003-03-05 19:56:55 +00:00
Jaroslav Kysela
6a949ee804
0.9.0rc8a
2003-03-03 08:42:55 +00:00
Jaroslav Kysela
da71feb771
0.9.0rc8
2003-03-02 20:06:04 +00:00
Jaroslav Kysela
62546a3a32
More pcm_jack plugin changes
2003-02-12 21:57:49 +00:00
Jaroslav Kysela
711610be1f
0.9.0rc7
2003-01-29 10:40:07 +00:00
Takashi Iwai
2b85584eb2
fixed check of libtool version for old libtool.
2003-01-07 13:48:00 +00:00
Jaroslav Kysela
bc7fe282f3
0.9.0rc6
2002-11-14 13:25:31 +00:00
Jaroslav Kysela
b334ed4f50
0.9.0rc5
2002-10-23 17:54:50 +00:00
Jaroslav Kysela
d38f94a2ab
Added check for older libtool
2002-10-23 13:06:49 +00:00
Jaroslav Kysela
ff88bf7aad
Returned back old code for versioned symbols
2002-10-23 09:18:38 +00:00
Jaroslav Kysela
ad6900c3eb
Check for older ld
2002-10-23 08:28:47 +00:00
Jaroslav Kysela
55a8da9341
Build system updates...
2002-10-22 20:20:03 +00:00
Jaroslav Kysela
9f0f642f39
0.9.0rc4
2002-10-22 18:21:10 +00:00
Takashi Iwai
163ae5738d
duplicated the required alsa-kernel header files into the local
...
include/sound directory, so that alsa-lib can be compiled without
alsa-driver.
with this addition, --with-kernel and --with-soundbase options are
removed from configure. they are obviously unnecessary.
the relevant parts in INSTALL are removed/modified.
2002-10-09 13:43:35 +00:00
Takashi Iwai
2e24084d3b
don't set cflags if the prefix is /usr (gcc3 warns it).
2002-10-02 11:23:50 +00:00
Jaroslav Kysela
7f3942d827
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.
2002-09-19 16:12:13 +00:00
Takashi Iwai
9f2723badf
- fixed AC_DEFINE (added description for autoheader).
...
- added utils/alsa.pc as output.
2002-09-18 16:37:42 +00:00
Jaroslav Kysela
b9343e0834
- unified snd_pcm_hw_params_* functions
...
- added backward compatibility for older non-compatible functions
- added --with-compat-rc3 to configure script to build library
backwards compatible with 0.9.0rc3
- added symbol versioning like libc.so.6
- ALSA_0.9 - alsa base
- ALSA_0.9.0rc4 - first set of new functions (snd_pcm_hw_params_*)
2002-09-17 12:33:05 +00:00
Takashi Iwai
96c652f771
added the descriptions for AC_DEFINE*.
...
withtout them, autoreconf fails.
2002-08-16 17:28:34 +00:00
Jaroslav Kysela
138631aa65
0.9.0rc3
2002-08-15 15:13:14 +00:00
Takashi Iwai
46761b6ad3
fixed the condition to install alsa.m4.
...
the newer automake sets ACLOCAL=aclocal-1.6.
2002-07-03 08:48:17 +00:00
Jaroslav Kysela
e9470d4cf3
0.9.0rc2
2002-06-19 09:20:26 +00:00
Jaroslav Kysela
66e543e26c
0.9.0rc1
2002-04-24 15:30:18 +00:00
Jaroslav Kysela
f23813b7e9
Added HAVE_SOFT_FLOAT (--with-softfloat)
2002-04-24 14:41:55 +00:00
Jaroslav Kysela
48f6b71f41
Added pictures to EXTRA_DIST
2002-03-09 17:36:37 +00:00
Jaroslav Kysela
eb267ade29
Added support for --with-host
2002-03-03 09:25:02 +00:00
Jaroslav Kysela
78d836d7ea
0.9.0beta12
2002-02-26 08:55:56 +00:00
Jaroslav Kysela
15357a9875
0.9.0beta11 and changed --with-soundbase and --with-kernel
2002-02-17 17:49:32 +00:00
Jaroslav Kysela
56fac8ab14
Fixed checking for sound/asound.h
2002-02-07 15:57:44 +00:00
Takashi Iwai
9cdd59f5e6
Check architecture and define macro if necessary (for ppc, etc.).
2001-12-07 14:14:54 +00:00
Jaroslav Kysela
58563bc209
0.9.0beta10a
2001-12-01 18:34:24 +00:00
Jaroslav Kysela
3c1272d029
0.9.0beta10
2001-11-30 17:39:20 +00:00
Jaroslav Kysela
087f6405bc
0.9.0beta9
2001-11-05 07:48:39 +00:00
Jaroslav Kysela
de592e7c22
Disabled building of static library, changed kernel to soundbase dir
2001-10-24 14:13:24 +00:00
Takashi Iwai
f351dc0f0d
Fixed doxygen config file.
2001-10-05 09:44:00 +00:00
Jaroslav Kysela
d7bf865376
0.9.0beta8a
2001-09-30 17:53:10 +00:00
Jaroslav Kysela
dc7935b979
0.9.0beta8
2001-09-27 17:07:28 +00:00
Jaroslav Kysela
4747044abf
0.9.0beta7
2001-08-20 09:20:32 +00:00
Jaroslav Kysela
66293bc48a
Some reorganization for libtool updates (version 1.4 is now supported).
...
Added --with-debug parameter for configure.
2001-07-30 11:56:46 +00:00
Jaroslav Kysela
9be456ab4b
0.9.0beta6
2001-07-20 07:56:23 +00:00
Takashi Iwai
052be891a5
Check the location of alsa-driver header files in configure (for doxygen)
2001-07-11 14:19:50 +00:00
Jaroslav Kysela
776003f17e
Removed BASH check
2001-07-08 15:28:12 +00:00
Abramo Bagnara
86ddd545be
Get rid of ugly bash2 requirement
2001-07-01 17:31:39 +00:00
Jaroslav Kysela
67e23a08df
0.9.0beta5
2001-06-26 10:35:39 +00:00
Jaroslav Kysela
bc581b87ae
Added snd_config_hook_load_for_all_cards.
...
Added private_data parameter for snd_config_hooks function.
Fixed the return value mess in the config parser routines.
The include file could begin with 'confdir:' which is replaced with /usr/share/alsa.
The snd_config_search_definitions looks for raw name at first (without suggested root).
Added snd_func_private_card_strtype function.
All configuration files moved to the src/conf directory.
Configuration files modified to use load-on-demand feature using hooks.
2001-06-21 13:41:50 +00:00
Jaroslav Kysela
61bf03ce70
New syntax for the substituted variables - $(var).
...
Improved the variable substitution (all references in a string are replaced).
Added special redirect loading code (to separate card dependant code to
single files).
2001-06-11 08:07:48 +00:00
Jaroslav Kysela
fe4d8fc072
0.9.0beta4
2001-05-14 17:12:39 +00:00
Jaroslav Kysela
76c38e3687
0.9.0beta3
2001-03-19 15:40:28 +00:00
Abramo Bagnara
877896069d
Improvement by Pavel Roskin
2001-03-16 07:34:22 +00:00
Jaroslav Kysela
84732560a9
0.9.0beta2
2001-03-02 09:44:25 +00:00