Commit graph

481 commits

Author SHA1 Message Date
Jaroslav Kysela
6070773202 Replaced snd_xtoy_bb with cpu_to_xxyy and xxyy_to_cpu. 2000-06-18 17:25:10 +00:00
Jaroslav Kysela
7d01263a06 Added missing reference to stream in snd_rawmidi_stream_flush 2000-06-18 13:01:30 +00:00
Abramo Bagnara
b60673fe68 Better solution for compat sources 2000-06-13 09:29:55 +00:00
Abramo Bagnara
a983321c27 Fixed missing stream setting 2000-06-12 21:55:47 +00:00
Abramo Bagnara
bc252d4d26 Added hsearch_r for compatibility needs 2000-06-12 17:30:46 +00:00
Abramo Bagnara
d3fa17a0a1 Updated 2000-06-12 07:13:52 +00:00
Abramo Bagnara
34d8243828 Paranoia zeroing 2000-06-11 13:32:10 +00:00
Abramo Bagnara
c956c5a024 Removed memcpy use 2000-06-11 13:31:46 +00:00
Abramo Bagnara
e8cac7de4d Changed ALSA unit from bytes to frames. Splitted mmap control structs. Better midlevel interrupt handler 2000-06-10 12:39:51 +00:00
Takashi Iwai
bbdff9fce5 Bugfix:
- dead SMP lock in es1968 (maestro2) driver.

Bugfix & enhances of sequencer stuff
    by Scott McNab <sdm@fractalgraphics.com.au>:
 - fix for the insrument list locking in SND_SEQ_EVENT_INSTR_BEGIN
   and SND_SEQ_EVENT_INSTR_END events.
   Note that nothing seems to really take notice of the list locking.
   This is more an issue when we add support for editing instruments
   anyway.

 - added new alsa-lib utility function snd_seq_ev_set_varusr() which
   is similar to snd_seq_ev_set_variable(), but specifies userspace
   extended event data.
   This is required in order to use the SND_SEQ_EVENT_INSTR_PUT
   command (took me bloody ages to work this out btw)

 - minor correction for gus & trident synth drivers
2000-06-08 10:55:34 +00:00
Abramo Bagnara
7fe55fff6a Fix for frame size not byte aligned 2000-06-05 15:28:39 +00:00
Jaroslav Kysela
ee5465d113 Removed 2000-06-05 14:59:35 +00:00
Jaroslav Kysela
dd53a219d4 Added autoheader to cvscompile.
Added config.h.in to .cvsignore.
Removed old version defines from asoundlib.h.
2000-06-05 14:34:21 +00:00
Abramo Bagnara
e7841f4022 Removed not needed big endian check 2000-06-05 11:38:39 +00:00
Abramo Bagnara
0888689aec Renamed status field in state 2000-06-05 11:38:02 +00:00
Abramo Bagnara
c323849bac Followed ioctl rename 2000-06-05 06:45:46 +00:00
Abramo Bagnara
237271dc82 Removed pthread lib use 2000-06-04 16:26:13 +00:00
Abramo Bagnara
1014e1a3ab Fixed sign 2000-06-04 16:25:32 +00:00
Abramo Bagnara
e813e37bee Updated 2000-06-04 16:25:13 +00:00
Abramo Bagnara
a44c94959e Changed other static checks in assert 2000-06-04 16:24:04 +00:00
Abramo Bagnara
ef2a9bdd88 Added mmap_control access function. Converted static checks in asserts. Uniformed avail functions to kernel code 2000-06-04 13:13:01 +00:00
Abramo Bagnara
f11e203d6e Added snd_pcm_stream_state and snd_pcm_stream_byte_io. Added needed callbacks and cleaned some existing. Fixed byte_boundary request 2000-06-01 21:58:25 +00:00
Abramo Bagnara
2ff2c87cdb Removed mmap emulation. Updated TODO. Fixed an over rename 2000-05-31 15:09:27 +00:00
Abramo Bagnara
f9eacbfc9e Removed duplicated #include 2000-05-31 07:19:04 +00:00
Abramo Bagnara
6a95bf1516 Endianess cleaning 2000-05-30 18:54:44 +00:00
Abramo Bagnara
dbd884fbf4 Fixed typo 2000-05-30 11:40:22 +00:00
Abramo Bagnara
da9be8d3a8 More seek support 2000-05-29 19:53:30 +00:00
Jaroslav Kysela
d134c45c4e Changed driver detection 2000-05-27 18:29:28 +00:00
Abramo Bagnara
1a7f88d10e Better names for ALSA API. Added min_fragments, max_fragments. 2000-05-27 16:52:17 +00:00
Abramo Bagnara
4bb0a08bf9 Removed warnings 2000-05-26 17:58:24 +00:00
Takashi Iwai
0df4996fcd Misc fixes:
- add confdefs.h to .cvsignore.
- use tar options instead of actually changing owner when packing.
2000-05-26 14:34:44 +00:00
Abramo Bagnara
14b1742ff2 Moved format descriptions out of kernel space. Exported setup dump function. 2000-05-25 08:36:58 +00:00
Abramo Bagnara
9eb2c42445 Renamed samples in frames where appropriated. Added a compatibility hack for gcc 2.7.2.3 2000-05-24 21:35:55 +00:00
Abramo Bagnara
cc5730a49e Fixed return value 2000-05-24 05:36:23 +00:00
Abramo Bagnara
c582ff51b6 Removed frag_* fields. Collapsed I/O plugins. Added to mmap plugin support for stream mode 2000-05-23 12:52:06 +00:00
Abramo Bagnara
0b2b3c8a81 Changed route plugin arithmetic to unsigned. Choosen better names for plugin ops 2000-05-20 13:18:55 +00:00
Abramo Bagnara
76363aa060 Cosmetics 2000-05-19 09:40:24 +00:00
Takashi Iwai
1c7056eeca - Fix the old function prototype in pcm_plugin.h
- Remove double -lasound and add -lm in alsa.m4.
  -lm is required for PPC (and maybe others).
2000-05-18 18:16:38 +00:00
Takashi Iwai
4f85cf4d46 - Fix bad spin_unlock_*
- Fix casts from 64 bit pointer to int
2000-05-18 17:52:58 +00:00
Abramo Bagnara
bec89c69ae Fixed snd_pcm_plug_client_voices_iovec return type 2000-05-18 14:41:15 +00:00
Abramo Bagnara
2284d80ef0 Fixed one typo and one thinko 2000-05-18 14:38:10 +00:00
Abramo Bagnara
937414d534 Avoid overflow 2000-05-16 18:04:44 +00:00
Abramo Bagnara
386e8a645c renamed pcm_plugin_build.c to pcm_common.c 2000-05-16 15:21:18 +00:00
Abramo Bagnara
7b054f4dce - splitted mmap in logical steps
- optimized mmap transfer
- completed mmap helpers
- renamed pcm_plugin_build.c to pcm_common.c
2000-05-16 15:20:34 +00:00
Abramo Bagnara
5b42e338bb Updated TODO 2000-05-12 07:46:26 +00:00
Abramo Bagnara
2829304154 Fixed C++ warnings 2000-05-11 14:12:34 +00:00
Abramo Bagnara
3b1b429b88 Added TODO to dist 2000-05-09 17:25:41 +00:00
Jaroslav Kysela
443b257314 Moved update call to corrent position.. 2000-05-09 15:44:18 +00:00
Abramo Bagnara
e77cbd919d Completed pcm_update implementation 2000-05-09 10:46:43 +00:00
Abramo Bagnara
3a6ce53704 Added TODO files 2000-05-09 10:42:12 +00:00