Takashi Iwai
84ebfe7c92
Fix compile errors/warnings
...
Fix compile errors/warnings.
omixer is removed since ordinary_mixer isn't supported any more.
2005-11-21 10:48:52 +00:00
Jaroslav Kysela
62b9d00ad6
test/pcm.c - remove -EINTR handling (a job for alsa-lib)
2005-08-24 14:06:11 +00:00
Jaroslav Kysela
d9be3e3556
pcm.c test / example - Added EINTR handling
2005-08-23 12:57:48 +00:00
Jaroslav Kysela
3d1fa92490
added support for more sample widths
...
- patch taken from ALSA bug #1140
2005-05-30 10:22:18 +00:00
Jaroslav Kysela
8ec3e4ea6c
added full async interface to timer API
...
- added snd_async_add_timer_handler and snd_async_handler_get_timer functions
- added async command to test/timer.c
2005-05-11 12:18:51 +00:00
Clemens Ladisch
b6d9e25311
midiloop - remove running status test
...
Do not use running status to prevent errors with devices
that add or remove running status bytes.
2005-04-29 15:19:45 +00:00
Jaroslav Kysela
f65d9f3108
Added snd_pcm_hw_params_set_rate_resample function
...
- snd_pcm_hw_params_set_rate_resample()
- snd_pcm_hw_params_get_rate_resample()
2005-04-12 12:09:55 +00:00
Jaroslav Kysela
1ac50201b0
latency test - Added -B and -E options
2005-03-25 08:53:48 +00:00
Nicolas FRANCOIS
0c43293f7f
Fix hyphens in man pages
...
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).
This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)
Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:32 +00:00
Jaroslav Kysela
dff4d5c466
Warning fixes
2004-04-06 17:28:01 +00:00
Jaroslav Kysela
23ed7623c6
Maarten de Boer <mdeboer@iua.upf.es>
...
The attached patch makes the alsa-lib/test/pmc.c generate_sine code
slightly more simple, efficient and readable (but not less accurate),
taking quite some calculation out of the loop.
2004-03-05 09:11:13 +00:00
Takashi Iwai
ebf1e77bb2
use AM_CFLAGS and AM_LDFLAGS for the recent automake.
2004-02-25 14:32:32 +00:00
Jaroslav Kysela
2f1a2513dc
Added verbose flag
2004-02-05 11:01:55 +00:00
Jaroslav Kysela
bd93d0a672
Fixed wrong initialization of start_threshold
2004-02-03 16:14:39 +00:00
Jaroslav Kysela
7a5a9f018c
'make check' fails on a Slackware 8.1 system with gcc-2.95.3 due to three
...
minor problems (one missing #define/#include statement, two misplaced
variable delarations) in test/code.c and test/queue_timer.c.
2004-01-27 19:49:48 +00:00
Jaroslav Kysela
d0facfde2b
ALISP update
...
- function names are more emacs-like
- implemented (format) function
- fixed numerous memory-leaks (valgrind is now happy)
Ordinary mixer
- added the global view (using hdsp names only)
2003-12-23 16:42:55 +00:00
Jaroslav Kysela
319c46a982
Added queue_timer.c by Chris Cannam <cannam@all-day-breakfast.com>
2003-12-18 12:14:17 +00:00
Jaroslav Kysela
d4af763f8a
Switch from old to new PCM API retaining binary compatibility
...
Changed version to 1.0.0pre1
2003-11-05 10:38:37 +00:00
Takashi Iwai
0cfc9189dd
moved iecset to alsa-utils
2003-10-23 16:53:11 +00:00
Jaroslav Kysela
ab61b62cb4
More changes to the ordinary mixer API
2003-10-13 12:06:45 +00:00
Jaroslav Kysela
72c814db2a
Fixed typo
2003-10-13 10:42:32 +00:00
Takashi Iwai
2fb3e68e11
added iecset program (this could be to alsa-utils after more
...
enhancements).
2003-09-30 17:02:14 +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
6ad93ac892
added snd_user_file() function
...
alisp extensions
- added nth, include, path commands
- added auto-exec functionality
- added helpers for C<->lisp interoperability
2003-09-03 19:25:08 +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
Jaroslav Kysela
3cce88b444
Added async_direct method
2003-05-15 09:10:36 +00:00
Jaroslav Kysela
871c3e7656
Decoder is now generic MIDI device
2003-03-11 20:34:28 +00:00
Jaroslav Kysela
a261af535f
Removed get ticks
2003-03-07 20:27:18 +00:00
Jaroslav Kysela
498699c8aa
Reduced race window
2003-03-01 14:24:42 +00:00
Jaroslav Kysela
e90d914915
Use asm code directly from src/pcm/pcm_dmix_i386.h
2003-03-01 11:16:42 +00:00
Jaroslav Kysela
743f9a952d
Fixed small errors (size == 0 test) in asm code
2003-02-28 20:33:42 +00:00
Jaroslav Kysela
8bb29f007d
Synced with dmix plugin
2003-02-28 17:03:26 +00:00
Abramo Bagnara
a91efc0fe6
More uniform tests. Added possibility to test without cache poisoning
2003-02-21 10:09:36 +00:00
Jaroslav Kysela
f74660eaeb
Added mix_areas_srv and */srv ratio
2003-02-20 19:47:37 +00:00
Jaroslav Kysela
7e6031b151
Increased LOOP to 100
2003-02-20 16:45:06 +00:00
Jaroslav Kysela
a7dc532df0
Added difference between UP and SMP
2003-02-20 16:41:58 +00:00
Jaroslav Kysela
db59805cdd
Enhanced measuring
2003-02-20 16:38:52 +00:00
Jaroslav Kysela
d13a14b79e
Added special CFLAGS for code
2003-02-19 21:25:59 +00:00
Jaroslav Kysela
1da32fb069
Added code test utility
2003-02-19 21:18:53 +00:00
Jaroslav Kysela
aed2543959
Small cleanups
2003-02-19 21:15:59 +00:00
Jaroslav Kysela
2322f9fec3
Added code.c to measure times for critical part of dmix plugin
2003-02-19 21:00:45 +00:00
Jaroslav Kysela
d763d83ee2
Fixed format parameter according description
2003-02-17 18:01:16 +00:00
Jaroslav Kysela
43cd49f867
small change in output
2003-02-03 20:10:49 +00:00
Jaroslav Kysela
6979732fa5
Changed sw_params to follow hw_params (unify functions)
2002-10-19 19:09:46 +00:00
Takashi Iwai
46b3cc1612
fixed -b option to accept the buffer time in us.
2002-10-17 17:48:56 +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
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
Jaroslav Kysela
13892f6d17
Fixed comment
2002-07-11 08:00:45 +00:00
Jaroslav Kysela
853304bbf4
Corrections by Kevin Conder <kconder@interaccess.com>
2002-03-12 20:14:33 +00:00