Commit graph

112 commits

Author SHA1 Message Date
Jaroslav Kysela
9acdef38c9 Added snd_*_card() functions. 2000-12-22 14:03:01 +00:00
Jaroslav Kysela
c268a4bf56 Removed dig_info & dig_params.. 2000-12-21 21:52:40 +00:00
Abramo Bagnara
8dd927e97f New hw_params implementation 2000-12-21 20:44:10 +00:00
Abramo Bagnara
c24455cfa1 Fixes and cleaning 2000-12-10 21:39:54 +00:00
Abramo Bagnara
b5e96c0161 Fixed rounding issues 2000-12-10 12:08:20 +00:00
Abramo Bagnara
5465c299ab Other fixes 2000-12-08 17:08:07 +00:00
Abramo Bagnara
714ac32b5e Runtime hw_info constraints support. New hw_info with lengths 2000-12-07 15:58:03 +00:00
Abramo Bagnara
da48c7553a Fixes and rename 2000-12-04 10:07:51 +00:00
Abramo Bagnara
46eb258eab Removed dead code 2000-12-03 20:59:59 +00:00
Abramo Bagnara
61e95094e7 Fixed constness wrt snd_pcm_channel_area_t 2000-11-30 14:15:52 +00:00
Abramo Bagnara
b0cd1da822 Added missing diagnostics 2000-11-30 09:40:50 +00:00
Abramo Bagnara
4ac3fac092 Fixed typos 2000-11-29 10:26:01 +00:00
Abramo Bagnara
b9916fd7fe Cleaned all hw_info. Removed snd_pcm_hw_{info,params}_rules* and changed strategy to allow the same functionality. Cleaned names tables. Added informative failure 2000-11-29 08:32:36 +00:00
Abramo Bagnara
867ad7b2bc Implemeted optimal hw_params choice 2000-11-26 12:16:18 +00:00
Abramo Bagnara
115c827b24 Added helper. Tiny cleanings 2000-11-25 21:34:36 +00:00
Abramo Bagnara
93bad3b02a Enriched hw_info with buffer_size info 2000-11-24 21:25:12 +00:00
Abramo Bagnara
8c080ce9dd Added snd_pcm_reset to API 2000-11-24 17:08:03 +00:00
Abramo Bagnara
a42a452c1c Fixed mmap and close 2000-11-22 14:27:37 +00:00
Jaroslav Kysela
41bb7068f2 Merged pcmfinal branch. 2000-11-20 20:10:46 +00:00
Abramo Bagnara
3cc2b957fb Clearer assertion 2000-11-07 05:30:49 +00:00
Abramo Bagnara
b837f24e04 Fixed assertion 2000-11-07 05:28:04 +00:00
Abramo Bagnara
dba8c25e3c Remove channels_mask. Implemented pcm_null 2000-10-20 14:03:44 +00:00
Abramo Bagnara
9a435c2d93 Added support for auto mmap. Much improved version of pcm_share (without async signals) 2000-10-20 09:18:13 +00:00
Abramo Bagnara
8d3919707e Added mmaped avail_min 2000-10-16 11:34:11 +00:00
Abramo Bagnara
d5c49aaa8e Misc fixes and race condition cleaning 2000-10-15 14:15:30 +00:00
Abramo Bagnara
03f9565ef8 More diagnostics. Fixed shm use. 2000-10-14 19:43:14 +00:00
Abramo Bagnara
a380edd64f Fixed pointers use 2000-10-14 18:34:51 +00:00
Abramo Bagnara
e5e1ca14d4 Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error messages. Implemented asoundrc as documented. 2000-10-14 10:31:34 +00:00
Abramo Bagnara
dcc88ffaa7 Added support for async. Added error callback (and begun to use it). First implementation of pcm_share 2000-10-11 12:37:27 +00:00
Abramo Bagnara
d07934a537 Renamed states 2000-10-10 15:53:31 +00:00
Abramo Bagnara
66df4a7e65 Added name support 2000-10-10 09:11:07 +00:00
Abramo Bagnara
5b3e5e6c74 Added support for different mmap areas when running or stopped. Cleanings 2000-10-07 16:59:48 +00:00
Abramo Bagnara
b95bc05d81 Removed ptrs from status. Some cleaning for alsa-lib 2000-10-05 10:26:07 +00:00
Abramo Bagnara
af3a4199ef Removed xruns count 2000-10-03 10:48:01 +00:00
Abramo Bagnara
c3c4eef051 Removed xrun_max. Cleaned xrun handling 2000-10-03 06:47:16 +00:00
Abramo Bagnara
62493ec983 Removed xrun_act. Added SND_PCM_STATE_DRAINING. Clean spinlock abuse in read/write path 2000-10-02 20:23:28 +00:00
Abramo Bagnara
057f56de06 Renamed stop -> drop in API 2000-10-02 06:59:59 +00:00
Abramo Bagnara
2ea3fd4bb3 Completed renaming drain->stop, flush->drain (PCM). Done renaming drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap 2000-09-29 20:49:18 +00:00
Abramo Bagnara
7088f19233 Fixed mmap emulation 2000-09-29 13:50:42 +00:00
Abramo Bagnara
e87a0a845f Implented xrun no detection mode, cleaned read/write functions 2000-09-26 11:05:39 +00:00
Abramo Bagnara
fe92855cbb Added rewind to API in place of appl_ptr(). Moved aserver to a better place 2000-09-26 09:46:05 +00:00
Jaroslav Kysela
6962a9d6ce Merged pcmplug branch. 2000-09-24 09:57:26 +00:00
Abramo Bagnara
3733bbdcff Some cleaning renames. Prepared API for new plugins 2000-09-12 07:11:00 +00:00
Abramo Bagnara
df35e8457a Added abstraction layer to controls. Added client/server support to controls. Cleaned private_data use for PCMs. Cleaned aserver 2000-09-11 15:49:10 +00:00
Abramo Bagnara
4637f62ff5 First version of ALSA client/server 2000-08-31 11:21:05 +00:00
Abramo Bagnara
ce112d1d7f Added missing functions. Removed unused one 2000-08-28 09:14:37 +00:00
Abramo Bagnara
1551ce7419 Added support for configured pcm_multi. Changed pcm_plug definition 2000-08-26 08:10:53 +00:00
Abramo Bagnara
b5576ef229 Completed conf. Better name for snd_card_get_index. Cleaned card access 2000-08-25 14:33:53 +00:00
Abramo Bagnara
244653df61 Continued config implementation. Added incomplete support for pcm 2000-08-24 17:07:44 +00:00
Jaroslav Kysela
f981892e3a 64-bit fixes.
Controls API uses binary tree functions (tsearch ...).
2000-08-04 10:24:12 +00:00