Commit graph

114 commits

Author SHA1 Message Date
Jaroslav Kysela
1583177850 0.9.8 2003-10-21 17:41:17 +00:00
Jaroslav Kysela
29147d647e 0.9.7 2003-09-25 19:57:58 +00:00
Jaroslav Kysela
60585e25fc added snd_hctl_ctl() function
ordinary mixer:
  - revised Ordinary Mixer I/O type
  - sndo_mixer_open() take PCMs rather than strings to pass
    the real relationship
  - an initial version of toplevel alisp script
more alisp development:
  - renamed a* functions to A* functions (acall -> Acall etc.)
  - many improvements (unset*, exfun, Acall pcm_info, Asnderr, Asyserr)
2003-09-09 19:24:35 +00:00
Jaroslav Kysela
468c3d18b6 0.9.6 2003-07-28 11:50:24 +00:00
Takashi Iwai
9f491f4aa6 create a symlink for inclusion of alsa/xxx.h in the alsa-lib tree itself.
the symlink is created by configure script.
2003-07-14 10:16:38 +00:00
Jaroslav Kysela
960b97c8f6 0.9.5 2003-07-08 08:21:21 +00:00
Jaroslav Kysela
640ee8faa7 Initial code for lisp interpreter 2003-06-24 19:30:08 +00:00
Jaroslav Kysela
4771213631 Renamed simple_* to ordinary_* (name clash for simple mixer) 2003-06-22 19:02:19 +00:00
Jaroslav Kysela
7c72da4ae5 Added simple_mixer and simple_pcm subdirs with some 'empty' code 2003-06-22 18:09:03 +00:00
Jaroslav Kysela
dad3f82711 0.9.4 2003-05-31 17:49:22 +00:00
Jaroslav Kysela
eba436727f 0.9.3 2003-04-30 15:06:45 +00:00
Jaroslav Kysela
598dc8b10e 0.9.2 2003-03-19 17:57:34 +00:00
Jaroslav Kysela
56dbac84f8 0.9.1 release 2003-03-11 21:11:03 +00:00
Jaroslav Kysela
fea03e9eba Fixed compilation --with-versioned=no 2003-03-11 18:51:32 +00:00
Jaroslav Kysela
7f888e23f5 Automake cleanups. 2003-03-07 16:55:24 +00:00
Jaroslav Kysela
4a602e07ca 0.9.0rc8b 2003-03-05 20:02:55 +00:00
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