Commit graph

588 commits

Author SHA1 Message Date
Abramo Bagnara
3260487fe2 OPEN_MAX -> sysconf 2000-11-30 07:46:01 +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
ae549cf739 Fixed mmap size computation 2000-11-28 22:48:35 +00:00
Jaroslav Kysela
e0acbbfef8 Added sequencer event <-> MIDI byte stream coder from the kernel space 2000-11-26 22:18:25 +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
Jaroslav Kysela
49affda3a0 Added configurable error handlers. 2000-11-25 16:36:18 +00:00
Jaroslav Kysela
34c76ccf73 Fixed test tools for latest API 2000-11-25 13:07:24 +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
206f489fe1 Added some examples 2000-11-23 09:34:28 +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
1f53008356 Updated 2000-11-03 18:48:46 +00:00
Jaroslav Kysela
cc214bdfea Big rawmidi update - added subdevices support. 2000-11-03 10:11:50 +00:00
Takashi Iwai
1e9a496217 - Added a length check. 2000-10-30 17:54:55 +00:00
Jaroslav Kysela
0e561770c6 Added functions:
snd_ctl_rawmidi_prefer_subdevice
	snd_rawmidi_open_subdevice
Fixed functions:
	snd_pcm_hw_open - fixed prefer subdevice code
2000-10-30 12:15:18 +00:00
Abramo Bagnara
8a625fd63b Cleaned and fixed plugin ops 2000-10-22 09:50:20 +00:00
Abramo Bagnara
0114f5843f Removed transfer_block_size 2000-10-20 14:17:14 +00:00
Abramo Bagnara
dba8c25e3c Remove channels_mask. Implemented pcm_null 2000-10-20 14:03:44 +00:00
Abramo Bagnara
6b49620800 Added include 2000-10-20 10:33:37 +00:00
Abramo Bagnara
44694a13a6 Cleaned double ; 2000-10-20 10:24:57 +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
633815a591 Missing fixes to make shm on share works. Useable PCM sharing is in! 2000-10-15 07:12:13 +00:00
Abramo Bagnara
8fb9fab748 Some fixes 2000-10-14 21:41:51 +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
e39bf6e72e .asoundrc documentation 2000-10-14 10:46:36 +00:00
Abramo Bagnara
8d554635af Interpret id as card if a definition is not found 2000-10-14 10:43:02 +00:00
Abramo Bagnara
d2ed34c4e5 Missed file 2000-10-14 10:34:08 +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
17e8adabdb Dump order fix 2000-10-10 15:39:09 +00:00
Abramo Bagnara
6deca73913 Changed priority basing upon weight 2000-10-10 11:17:23 +00:00
Abramo Bagnara
25fc3663fa Typo 2000-10-10 10:21: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
841c8e2909 Avoid call to params_info if only one format is supported 2000-10-03 12:06:45 +00:00
Abramo Bagnara
af3a4199ef Removed xruns count 2000-10-03 10:48:01 +00:00
Abramo Bagnara
033f30d297 Typo 2000-10-03 09:20:24 +00:00
Abramo Bagnara
c6bfb82645 Safer params implementation 2000-10-03 09:15:50 +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