Commit graph

605 commits

Author SHA1 Message Date
Abramo Bagnara
5860beac69 Some cleaning to mmap 2000-12-11 15:54:55 +00:00
Abramo Bagnara
a07e3c967b Uniformed arguments order 2000-12-11 11:17:26 +00:00
Abramo Bagnara
e72ac5eab4 Added pcm_copy and fixed pcm_plug for access change case. 2000-12-11 11:16:07 +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
d45644fdd4 Implemented correctly pcm_plug layer 2000-12-08 15:41:14 +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
b6134d77c1 Get rid of OPEN_MAX 2000-12-04 23:08:44 +00:00
Jaroslav Kysela
17fe446785 snd_cards->snd_defaults_card 2000-12-04 16:19:43 +00:00
Abramo Bagnara
4ce1aa010c I'm a mad uniformity maniac 2000-12-04 15:13:45 +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
Jaroslav Kysela
22ff96036a Replaced SND_CARDS with constant. 2000-12-01 12:58:34 +00:00
Jaroslav Kysela
35cb79860d Changes and cleanups for the timer API.
The device lists use the next device syntax now.
2000-11-30 19:17:55 +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
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