Commit graph

1526 commits

Author SHA1 Message Date
Jaroslav Kysela
b3e3c349ce Added float number support
Replaced 'int' with 'long' (integer type)
Improved garbage collect
2003-07-26 15:19:27 +00:00
Takashi Iwai
b5c2327ce7 tagged for new functions;
snd_seq_port_info_get/set_timestamping()
    snd_seq_port_info_get/set_timestamp_real()
    snd_seq_port_info_get/set_timestamp_queue()
2003-07-25 17:25:05 +00:00
Takashi Iwai
09161437ef - added auto-timestamp mode for the port.
snd_seq_port_info_get/set_timestamping()
    snd_seq_port_info_get/set_timestamp_real()
    snd_seq_port_info_get/set_timestamp_queue()
- increased the protocol version to 1.0.1.
2003-07-25 17:24:13 +00:00
Takashi Iwai
60035f4fae - updated asound.h and asequencer.h from alsa-kernel. 2003-07-25 17:23:18 +00:00
Takashi Iwai
7716fd1e3d fixes by Art Haas <ahaas@airmail.net>:
rewritten with C99 struct initialization style.
2003-07-25 17:02:00 +00:00
Jaroslav Kysela
c18c32b26c Kill the zombie process creation, use 'start' process to detach the server_job() from parent 2003-07-24 18:49:54 +00:00
Jaroslav Kysela
cb1f308ab5 NULL check in mmap_begin() 2003-07-23 06:57:53 +00:00
Jaroslav Kysela
0d1fc81692 Fixed typo 2003-07-16 19:31:42 +00:00
Jaroslav Kysela
ed9961c9a2 Fixed snd_pcm_wait() function 2003-07-16 19:31:15 +00:00
Takashi Iwai
f073afbdfa - snd_pcm_wait() returns more understandable error code when an error
happens during poll().
- clean up the code along with the change above.
2003-07-16 11:37:25 +00:00
Jaroslav Kysela
e03aaa1888 Added unlink of the communication socket name.
Added retry when the semaphore is lost (server is going down and removes
the global semaphore). Now the application creates a new direct server
automagically rather than the error return.
2003-07-15 19:15:10 +00:00
Takashi Iwai
0811da2a15 fixed the type prefix of printd for the time (unsigned long). 2003-07-14 10:23:16 +00:00
Takashi Iwai
3eba62e9a8 fixed the old multi-line strings. 2003-07-14 10:22:39 +00:00
Takashi Iwai
2335577a15 change the include path "asoundlib.h" to <alsa/asoundlib.h> 2003-07-14 10:21:46 +00:00
Takashi Iwai
9a19772de9 - reverted to include <alsa/xxx.h> again.
- include stdarg.h for va_list.
2003-07-14 10:20:31 +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
e3590ca3fc Giuliano Pochini <pochini@shiny.it>
snd_ctl_elem_info_get_dimension? fixes
2003-07-14 07:56:03 +00:00
Jaroslav Kysela
0d2c25b6fa More fixes (empty vars) 2003-07-09 14:42:49 +00:00
Jaroslav Kysela
c36af78b2e Small fix in makefiles 2003-07-09 14:16:39 +00:00
Takashi Iwai
22e1a1bb13 added config files for digigram cards. 2003-07-08 10:45:50 +00:00
Jaroslav Kysela
960b97c8f6 0.9.5 2003-07-08 08:21:21 +00:00
Jaroslav Kysela
6633460801 Clemens Ladisch <clemens@ladisch.de>
fix some wrong section/file/reference names
2003-07-01 09:23:38 +00:00
Jaroslav Kysela
1097c437a1 Fixed some lisp bugs 2003-06-27 20:38:13 +00:00
Takashi Iwai
7a69ed8558 include files from the local directory ("xxx.h") instead of the standard
path (<alsa/xxx.h>).
2003-06-27 17:57:40 +00:00
Jaroslav Kysela
640ee8faa7 Initial code for lisp interpreter 2003-06-24 19:30:08 +00:00
Jaroslav Kysela
8b1ac5a638 Some code for ordinary pcm 2003-06-23 17:41:01 +00:00
Jaroslav Kysela
79c0a6998c Added __STRING definition 2003-06-23 07:51:14 +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
72e6c9c3c0 NOCARE -> IGNORE (thanks Abramo) 2003-06-22 14:46:15 +00:00
Jaroslav Kysela
cff8e26fb7 Added snds_pcm_param_xrun() 2003-06-22 12:44:41 +00:00
Jaroslav Kysela
b004a9d791 Added snd_pcm_munmap() call to snd_pcm_close() - free all resources 2003-06-22 09:59:03 +00:00
Jaroslav Kysela
501342abbb Initial version of simple pcm + mixer interfaces 2003-06-21 08:55:40 +00:00
Jaroslav Kysela
ea8feb43e2 Reverted back (N)RPN decoding - it is difficult to do this job here 2003-06-16 18:53:25 +00:00
Jaroslav Kysela
8f78ae3b84 Added proper handling of nonregistered and registered MIDI parameters 2003-06-16 11:00:30 +00:00
Jaroslav Kysela
19e3baa6e1 arm section update 2003-06-14 08:11:24 +00:00
Jaroslav Kysela
3298a54dbd One more fix to dlsym 2003-06-14 07:38:28 +00:00
Jaroslav Kysela
8bf6c1e5e6 Do not use snd_dl*() functions, dev->activate can be NULL 2003-06-14 07:31:54 +00:00
Jaroslav Kysela
dad3f82711 0.9.4 2003-05-31 17:49:22 +00:00
Jaroslav Kysela
3b9b0d37bf Removed more asserts 2003-05-28 18:49:15 +00:00
Takashi Iwai
4bd0183b1f fixed the detection of dimensions in snd_ctl_elem_info_get_dimensions(). 2003-05-20 08:49:12 +00:00
Takashi Iwai
02e9d7c3e6 - fixed the routing with use_getput condition.
use_getput will be changed after loading the ttable, so the conversion
  function cannot be determined at this stage.
2003-05-16 14:36:26 +00:00
Takashi Iwai
d14884563f fixed IEC958 pcm (wrong device index). 2003-05-16 14:34:20 +00:00
Takashi Iwai
42cb01576d fixed a missing slave.pcm line. 2003-05-16 10:13:58 +00:00
Takashi Iwai
71726ce535 - added config for nVidia nForce. 2003-05-15 13:12:12 +00:00
Jaroslav Kysela
3cce88b444 Added async_direct method 2003-05-15 09:10:36 +00:00
Abramo Bagnara
2fb0fa541e Fixed typos. (one of that courtesy of Sourav K. Mandal <smandal@uclink.berkeley.edu> 2003-05-05 14:24:11 +00:00
Jaroslav Kysela
68f5980103 Fixed fcntl() call 2003-05-04 20:07:30 +00:00
Jaroslav Kysela
a24442958b Use snd_pcm_hwsync() rather than snd_pcm_delay() in write_areas() 2003-05-04 20:06:30 +00:00
Jaroslav Kysela
eba436727f 0.9.3 2003-04-30 15:06:45 +00:00