Jaroslav Kysela
9dd7c93a56
Fixed typo
2002-02-05 07:26:34 +00:00
Jaroslav Kysela
a92f910569
Changes against latest doxygen
2002-02-04 11:18:39 +00:00
Jaroslav Kysela
d57853a90a
Added more informative comments to open mode flags
2002-01-28 18:11:45 +00:00
Takashi Iwai
f14063a251
Fixed compile on ARM.
2002-01-17 12:00:02 +00:00
Takashi Iwai
e7d27d989e
Added missing declaration.
2002-01-17 11:15:52 +00:00
Jaroslav Kysela
6ead410b11
Added description of copy, linear, lfloat and mulaw PCM plugins
2002-01-13 11:11:42 +00:00
Jaroslav Kysela
8c1887d7af
Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.
...
Merged src/pcm/atomic.h to include/iatomic.h.
Added initial description of hw and hooks plugins.
2002-01-12 10:52:42 +00:00
Jaroslav Kysela
b36ad628f7
Added comments to all defines to let doxygen happy
2002-01-11 13:10:58 +00:00
Takashi Iwai
734decb839
Added asoundef.h (instead of symlink).
...
partly modified & comments added for doxygen.
2002-01-11 11:13:20 +00:00
Jaroslav Kysela
d10bcbf76d
Added snd_config_load_override().
...
Fixed problem with EOF detection in freestring parser.
Fixed problem with run-time argument parsing (snd_config_load()->snd_config_load_override() replace).
Added more documentation for configuration run-time arguments and hooks.
Fixed the behaviour of snd_config_search_definition() - implicit and explicit base.
2002-01-09 21:28:15 +00:00
Takashi Iwai
b642a7c11e
fixed compile on ia64.
2002-01-02 15:15:54 +00:00
Jaroslav Kysela
3e3df2d32b
Updated GNU GPL license (address).
...
Changed GNU LGPL licence from 2.0 to 2.1.
2001-12-30 09:22:54 +00:00
Jaroslav Kysela
735c286de7
Changed __ppc__ to __powerpc__
2001-12-15 20:36:28 +00:00
Jaroslav Kysela
9a6902d8a4
Added snd_config_update_free_global().
...
Added snd_config_delete_compound_members().
'const' changes.
Fixed memory leaks.
2001-12-15 19:50:36 +00:00
Jaroslav Kysela
cd29f8b860
changed result type from int to snd_pcm_sframes_t for snd_pcm_mmap_commit; removed snd_pcm_mmap_commit_partial
2001-12-11 15:27:26 +00:00
Jaroslav Kysela
ef7f65c5eb
Added snd_pcm_access_mask_empty()
2001-12-11 15:05:45 +00:00
Jaroslav Kysela
5c98225fc0
Removed snd_pcm_mmap_begin_avail and changed snd_pcm_mmap_begin behaviour back.
2001-12-10 17:16:13 +00:00
Takashi Iwai
bcf50519e4
Added time skew on queue.
...
The timer speed can be controlled via skew value, smaller = slower
centered on the skew-base value.
2001-12-10 16:45:05 +00:00
Jaroslav Kysela
bbcf77116d
Added snd_pcm_mmap_commit_partial().
2001-12-10 10:52:04 +00:00
Jaroslav Kysela
b7b11c3558
- added snd_pcm_mmap_begin_avail function; it is optimized for use after
...
snd_pcm_avail_update() call
- fixed broken hw_ptr management inside snd_pcm_plugin code
2001-12-09 18:41:23 +00:00
Takashi Iwai
5140d87054
Removed the last empty char (which annoys some compilers)..
2001-12-07 14:17:42 +00:00
Takashi Iwai
c683f999f2
- Added definitions of rmb(), wmb().
...
- Provides non-atomic macros for other architectures.
Warning message is asserted.
2001-12-07 14:16:50 +00:00
Takashi Iwai
12dfa4ffd8
Removed comment (the latest automake doesn't like it).
2001-12-07 14:15:38 +00:00
Jaroslav Kysela
76c8029e2b
Added snd_config_update_r, snd_config_update_free functions
2001-12-07 14:12:35 +00:00
Jaroslav Kysela
cd8b1b3c11
Added iatomic.h
2001-12-07 14:11:58 +00:00
Jaroslav Kysela
e4e3929325
Initial version
2001-12-07 09:04:30 +00:00
Jaroslav Kysela
ddb7209e9a
Added snd_*_poll_descriptors_revents functions.
2001-11-30 17:36:45 +00:00
Jaroslav Kysela
bb749766d4
Added lfloat plugin code (not finished)
2001-11-26 16:08:49 +00:00
Jaroslav Kysela
b3c53425d6
Added Linear <-> float format conversion PCM type
2001-11-26 15:19:44 +00:00
Jaroslav Kysela
aa68b89c37
Added snd_config_get_ireal function
2001-11-26 15:19:19 +00:00
Jaroslav Kysela
0e746d674b
Specified the range for float types and added empty check function for format and subformat mask
2001-11-26 15:16:01 +00:00
Jaroslav Kysela
26c3afa171
Added LADSPA plugin (only framework, no implementation yet)
2001-11-25 09:55:53 +00:00
Jaroslav Kysela
f9756e6efd
Added snd_config_imake_* functions.
2001-11-24 18:29:15 +00:00
Jaroslav Kysela
c33c5760ab
Added snd_*_open_lconf functions.
...
Some minor changes in config interface documentation.
2001-11-24 17:47:01 +00:00
Jaroslav Kysela
bf52f17264
Added EXTRA_CLEAN and SND_LIB_EXTRAVER
2001-11-24 10:12:17 +00:00
Jaroslav Kysela
323a0f4419
Added __cplusplus defines
2001-11-20 16:14:58 +00:00
Jaroslav Kysela
c39882f602
Configuration:
...
- changed snd_config_get_id function to follow semantic of other get functions
- added snd_config_test_id
- added runtime pointer type (not persistent)
- added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
- added type/contents checking for callback functions
- changed 'void *private_data' to 'snd_config_t *private_data'
- renamed card_strtype functions to card_driver
Control:
- fixed passing parameters to snd_ctl_async
Async handlers:
- added public snd_async_handler_get_signo function
Documentation:
- moved all documentation to source files
2001-11-19 08:14:21 +00:00
Jaroslav Kysela
87b5b249a5
pcm.h - major documentation updates and reordering
...
Cleanup for __cplusplus defines.
2001-11-14 11:40:46 +00:00
Jaroslav Kysela
09d82fa2ba
Fixed PCM STATE range
2001-10-25 13:36:00 +00:00
Jaroslav Kysela
27472b56a6
Changes for static build.
2001-10-24 14:14:11 +00:00
Jaroslav Kysela
14d38d4bb8
Added overrange function
2001-10-23 09:51:45 +00:00
Jaroslav Kysela
78f86ed011
Added mmap_write & mmap_readi functions to include/pcm.h.
2001-10-18 18:05:41 +00:00
Jaroslav Kysela
f8c9bcd465
Added snd_pcm_hw_params_can_resume
2001-10-14 09:08:47 +00:00
Jaroslav Kysela
51934bafca
Added sys.h to noinst_HEADERS
2001-09-30 17:39:22 +00:00
Jaroslav Kysela
80dfd3befd
Cut&paste fixes
2001-09-26 15:23:46 +00:00
Jaroslav Kysela
6d58be0236
Fixed typos
2001-09-26 14:59:17 +00:00
Jaroslav Kysela
3c59c6b11d
Added power management functions and defines.
2001-09-26 13:57:04 +00:00
Jaroslav Kysela
58345ae4f4
Separated asoundlib.h to small files.
2001-09-13 11:38:32 +00:00
Takashi Iwai
a0903bae9f
Fixed installation.
2001-09-12 16:18:33 +00:00
Jaroslav Kysela
6157018e8a
Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h.
2001-09-11 12:18:56 +00:00