OSDN Git Service

android-x86/external-alsa-lib.git
24 years agoRemoved warnings
Abramo Bagnara [Fri, 26 May 2000 17:58:24 +0000 (17:58 +0000)]
Removed warnings

24 years agoMisc fixes:
Takashi Iwai [Fri, 26 May 2000 14:34:44 +0000 (14:34 +0000)]
Misc fixes:
- add confdefs.h to .cvsignore.
- use tar options instead of actually changing owner when packing.

24 years agoMoved format descriptions out of kernel space. Exported setup dump function.
Abramo Bagnara [Thu, 25 May 2000 08:36:58 +0000 (08:36 +0000)]
Moved format descriptions out of kernel space. Exported setup dump function.

24 years agoRenamed samples in frames where appropriated. Added a compatibility hack for gcc...
Abramo Bagnara [Wed, 24 May 2000 21:35:55 +0000 (21:35 +0000)]
Renamed samples in frames where appropriated. Added a compatibility hack for gcc 2.7.2.3

24 years agoFixed return value
Abramo Bagnara [Wed, 24 May 2000 05:36:23 +0000 (05:36 +0000)]
Fixed return value

24 years agoRemoved frag_* fields. Collapsed I/O plugins. Added to mmap plugin support for stream...
Abramo Bagnara [Tue, 23 May 2000 12:52:06 +0000 (12:52 +0000)]
Removed frag_* fields. Collapsed I/O plugins. Added to mmap plugin support for stream mode

24 years agoChanged route plugin arithmetic to unsigned. Choosen better names for plugin ops
Abramo Bagnara [Sat, 20 May 2000 13:18:55 +0000 (13:18 +0000)]
Changed route plugin arithmetic to unsigned. Choosen better names for plugin ops

24 years agoCosmetics
Abramo Bagnara [Fri, 19 May 2000 09:40:24 +0000 (09:40 +0000)]
Cosmetics

24 years ago- Fix the old function prototype in pcm_plugin.h
Takashi Iwai [Thu, 18 May 2000 18:16:38 +0000 (18:16 +0000)]
- 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).

24 years ago- Fix bad spin_unlock_*
Takashi Iwai [Thu, 18 May 2000 17:52:58 +0000 (17:52 +0000)]
- Fix bad spin_unlock_*
- Fix casts from 64 bit pointer to int

24 years agoFixed snd_pcm_plug_client_voices_iovec return type
Abramo Bagnara [Thu, 18 May 2000 14:41:15 +0000 (14:41 +0000)]
Fixed snd_pcm_plug_client_voices_iovec return type

24 years agoFixed one typo and one thinko
Abramo Bagnara [Thu, 18 May 2000 14:38:10 +0000 (14:38 +0000)]
Fixed one typo and one thinko

24 years agoAvoid overflow
Abramo Bagnara [Tue, 16 May 2000 18:04:44 +0000 (18:04 +0000)]
Avoid overflow

24 years agorenamed pcm_plugin_build.c to pcm_common.c
Abramo Bagnara [Tue, 16 May 2000 15:21:18 +0000 (15:21 +0000)]
renamed pcm_plugin_build.c to pcm_common.c

24 years ago- splitted mmap in logical steps
Abramo Bagnara [Tue, 16 May 2000 15:20:34 +0000 (15:20 +0000)]
- splitted mmap in logical steps
- optimized mmap transfer
- completed mmap helpers
- renamed pcm_plugin_build.c to pcm_common.c

24 years agoUpdated TODO
Abramo Bagnara [Fri, 12 May 2000 07:46:26 +0000 (07:46 +0000)]
Updated TODO

24 years agoFixed C++ warnings
Abramo Bagnara [Thu, 11 May 2000 14:12:34 +0000 (14:12 +0000)]
Fixed C++ warnings

24 years agoAdded TODO to dist
Abramo Bagnara [Tue, 9 May 2000 17:25:41 +0000 (17:25 +0000)]
Added TODO to dist

24 years agoMoved update call to corrent position..
Jaroslav Kysela [Tue, 9 May 2000 15:44:18 +0000 (15:44 +0000)]
Moved update call to corrent position..

24 years agoCompleted pcm_update implementation
Abramo Bagnara [Tue, 9 May 2000 10:46:43 +0000 (10:46 +0000)]
Completed pcm_update implementation

24 years agoAdded TODO files
Abramo Bagnara [Tue, 9 May 2000 10:42:12 +0000 (10:42 +0000)]
Added TODO files

24 years agoFixed device name...
Jaroslav Kysela [Mon, 8 May 2000 20:24:38 +0000 (20:24 +0000)]
Fixed device name...

24 years agoMerged pcm2 branch.
Jaroslav Kysela [Mon, 8 May 2000 18:53:38 +0000 (18:53 +0000)]
Merged pcm2 branch.

24 years agoAnother API cleanups.
Jaroslav Kysela [Tue, 18 Apr 2000 15:20:12 +0000 (15:20 +0000)]
Another API cleanups.
Added setup functions for rawmidi and timer interfaces.

24 years agoFixed rate specification..
Jaroslav Kysela [Tue, 18 Apr 2000 15:18:38 +0000 (15:18 +0000)]
Fixed rate specification..

24 years agoProtocol version number changed to 2.0.0.
Jaroslav Kysela [Tue, 18 Apr 2000 11:25:05 +0000 (11:25 +0000)]
Protocol version number changed to 2.0.0.

24 years agoMUX1 & MUX2 renaming.
Jaroslav Kysela [Mon, 17 Apr 2000 18:55:13 +0000 (18:55 +0000)]
MUX1 & MUX2 renaming.

24 years agoCleaned pcm internals. Added mmap'able plugins
Abramo Bagnara [Mon, 17 Apr 2000 17:39:16 +0000 (17:39 +0000)]
Cleaned pcm internals. Added mmap'able plugins

24 years agoCleaned pcm internals. Added mmap'able plugins
Abramo Bagnara [Mon, 17 Apr 2000 17:31:41 +0000 (17:31 +0000)]
Cleaned pcm internals. Added mmap'able plugins

24 years agoImplemented voice_setup
Abramo Bagnara [Sun, 16 Apr 2000 15:38:28 +0000 (15:38 +0000)]
Implemented voice_setup

24 years agoImplemented voice_setup. Changed mmap control
Abramo Bagnara [Sun, 16 Apr 2000 15:36:30 +0000 (15:36 +0000)]
Implemented voice_setup. Changed mmap control

24 years agoRenamed for congruency two fields
Abramo Bagnara [Sun, 16 Apr 2000 15:36:09 +0000 (15:36 +0000)]
Renamed for congruency two fields

24 years agoRenamed for congruency two fields
Abramo Bagnara [Sun, 16 Apr 2000 15:28:42 +0000 (15:28 +0000)]
Renamed for congruency two fields

24 years agoChanged protocol version to 1.1.0
Jaroslav Kysela [Sun, 16 Apr 2000 11:45:29 +0000 (11:45 +0000)]
Changed protocol version to 1.1.0

24 years agoAdded CAPTURE3/PLAYBACK3 plugins.
Jaroslav Kysela [Sat, 15 Apr 2000 10:49:04 +0000 (10:49 +0000)]
Added CAPTURE3/PLAYBACK3 plugins.

24 years agoFixed C++ compilation.
Jaroslav Kysela [Sat, 15 Apr 2000 10:48:49 +0000 (10:48 +0000)]
Fixed C++ compilation.

24 years agoFixed return value
Abramo Bagnara [Thu, 13 Apr 2000 21:17:03 +0000 (21:17 +0000)]
Fixed return value

24 years agoRemoved double goto.
Jaroslav Kysela [Thu, 13 Apr 2000 14:59:38 +0000 (14:59 +0000)]
Removed double goto.

24 years agoAvoided useless writev use
Abramo Bagnara [Thu, 13 Apr 2000 11:45:39 +0000 (11:45 +0000)]
Avoided useless writev use

24 years agoFixed compilation problem (route plugin definition).
Jaroslav Kysela [Thu, 13 Apr 2000 09:28:04 +0000 (09:28 +0000)]
Fixed compilation problem (route plugin definition).

24 years agoFixed readv/writev
Abramo Bagnara [Wed, 12 Apr 2000 20:42:48 +0000 (20:42 +0000)]
Fixed readv/writev

24 years agoFixed plugins
Abramo Bagnara [Wed, 12 Apr 2000 20:41:16 +0000 (20:41 +0000)]
Fixed plugins

24 years agoRemoved obsolete interleave plugin. Rewritten and fixed other for efficiency.
Abramo Bagnara [Wed, 12 Apr 2000 20:38:48 +0000 (20:38 +0000)]
Removed obsolete interleave plugin. Rewritten and fixed other for efficiency.

24 years ago0.6.0pre1
Jaroslav Kysela [Mon, 3 Apr 2000 18:17:59 +0000 (18:17 +0000)]
0.6.0pre1

24 years agoAdded snd_pcm_format_physical_width...
Jaroslav Kysela [Thu, 30 Mar 2000 13:21:26 +0000 (13:21 +0000)]
Added snd_pcm_format_physical_width...

24 years agoNew plugin interface with readv/writev support.
Jaroslav Kysela [Wed, 29 Mar 2000 20:26:06 +0000 (20:26 +0000)]
New plugin interface with readv/writev support.
Initial code.

24 years agoRemoved volbal plugin (substituted with route)
Abramo Bagnara [Wed, 22 Mar 2000 16:22:12 +0000 (16:22 +0000)]
Removed volbal plugin (substituted with route)

24 years agoAdded route plugin
Abramo Bagnara [Wed, 22 Mar 2000 16:20:23 +0000 (16:20 +0000)]
Added route plugin

24 years agoRemoved voices plugin
Abramo Bagnara [Wed, 22 Mar 2000 16:20:05 +0000 (16:20 +0000)]
Removed voices plugin

24 years agoRemoved voices and volbal plugins. Rewritten interleave plugin. Changed some name...
Abramo Bagnara [Wed, 22 Mar 2000 16:18:04 +0000 (16:18 +0000)]
Removed voices and volbal plugins. Rewritten interleave plugin. Changed some name in linear

24 years agomoved silence byte function
Abramo Bagnara [Wed, 22 Mar 2000 16:12:59 +0000 (16:12 +0000)]
moved silence byte function

24 years agoPlugin updates. The action callback has a new argument.
Jaroslav Kysela [Tue, 21 Mar 2000 17:36:27 +0000 (17:36 +0000)]
Plugin updates. The action callback has a new argument.
The mmap plugin is updated to accept frags_min & frags_max. Also,
SND_PCM_STOP_ROLLOVER behaves much better.

24 years agoNew functions for sequencer:
Takashi Iwai [Sat, 18 Mar 2000 18:03:50 +0000 (18:03 +0000)]
New functions for sequencer:

- snd_seq_event_output_buffer()
Outputs an event on buffer without flushing to sequencer.
Useful for non-blocking mode write.
- snd_seq_event_output_direct()
Outputs an event directly to sequencer without using buffer.
Thus the event can be passed even if output buffer is full.
- snd_seq_input_buffer_size(), snd_seq_output_buffer_size()
Returns the size of input/output buffers
- snd_seq_resize_input_buffer(), snd_seq_resize_output_buffer()
Changes the size of input/output buffers

24 years ago0.5.6
Jaroslav Kysela [Sat, 11 Mar 2000 21:34:41 +0000 (21:34 +0000)]
0.5.6

24 years agoChanged versioning scheme.
Jaroslav Kysela [Sat, 11 Mar 2000 11:08:08 +0000 (11:08 +0000)]
Changed versioning scheme.

24 years agoSmall cleanup by Frank van de Pol <frank@vande-pol.demon.nl> - timestamp
Jaroslav Kysela [Fri, 10 Mar 2000 22:08:40 +0000 (22:08 +0000)]
Small cleanup by Frank van de Pol <frank@vande-pol.demon.nl> - timestamp

24 years agoFixed return value for snd_pcm_close
Jaroslav Kysela [Fri, 10 Mar 2000 14:05:49 +0000 (14:05 +0000)]
Fixed return value for snd_pcm_close

24 years agoFixed wrong name...
Jaroslav Kysela [Sat, 4 Mar 2000 15:50:35 +0000 (15:50 +0000)]
Fixed wrong name...

24 years agoAdded midiloop utility..
Jaroslav Kysela [Sat, 4 Mar 2000 15:50:15 +0000 (15:50 +0000)]
Added midiloop utility..

24 years ago0.5.5
Jaroslav Kysela [Wed, 1 Mar 2000 18:13:35 +0000 (18:13 +0000)]
0.5.5

24 years agoChanged the switch interface.
Jaroslav Kysela [Wed, 1 Mar 2000 18:12:30 +0000 (18:12 +0000)]
Changed the switch interface.
Every switches are accessible via one ioctl.

24 years agoMoved EXPORT_SYMBOL tags for driver to plugin.c only.
Jaroslav Kysela [Sun, 27 Feb 2000 20:07:45 +0000 (20:07 +0000)]
Moved EXPORT_SYMBOL tags for driver to plugin.c only.

24 years ago0.5.4
Jaroslav Kysela [Sun, 27 Feb 2000 13:39:48 +0000 (13:39 +0000)]
0.5.4

24 years ago.tar.gz -> .tar.bz2
Jaroslav Kysela [Sun, 27 Feb 2000 13:35:01 +0000 (13:35 +0000)]
.tar.gz -> .tar.bz2

24 years agoFixed return codes (added EPIPE).
Jaroslav Kysela [Tue, 22 Feb 2000 17:36:34 +0000 (17:36 +0000)]
Fixed return codes (added EPIPE).

24 years agoSND_PCM_RATE_PLL -> SND_PCM_RATE_CONTINUOUS
Jaroslav Kysela [Mon, 21 Feb 2000 12:28:43 +0000 (12:28 +0000)]
SND_PCM_RATE_PLL -> SND_PCM_RATE_CONTINUOUS

24 years agoLoopback API improvement - added silence block.
Jaroslav Kysela [Fri, 18 Feb 2000 18:12:50 +0000 (18:12 +0000)]
Loopback API improvement - added silence block.

24 years agoAdded dist-hook..
Jaroslav Kysela [Wed, 16 Feb 2000 21:28:10 +0000 (21:28 +0000)]
Added dist-hook..

24 years agopack -> .bz2
Jaroslav Kysela [Wed, 16 Feb 2000 21:05:51 +0000 (21:05 +0000)]
pack -> .bz2

24 years ago0.5.3
Jaroslav Kysela [Wed, 16 Feb 2000 20:55:46 +0000 (20:55 +0000)]
0.5.3

24 years agomaarten de boer <maarten.deboer@iua.upf.es>
Jaroslav Kysela [Sat, 12 Feb 2000 17:09:07 +0000 (17:09 +0000)]
maarten de boer <maarten.deboer@iua.upf.es>
Sat, 12 Feb 2000 17:36:07 +0100

24 years agofixed snd_defaults_rawmidi_card
Jaroslav Kysela [Tue, 8 Feb 2000 08:41:28 +0000 (08:41 +0000)]
fixed snd_defaults_rawmidi_card

24 years agoAdded rawmidi.c from maarten de boer <maarten.deboer@iua.upf.es>
Jaroslav Kysela [Fri, 4 Feb 2000 14:23:19 +0000 (14:23 +0000)]
Added rawmidi.c from maarten de boer <maarten.deboer@iua.upf.es>

24 years ago0.5.2
Jaroslav Kysela [Fri, 4 Feb 2000 12:35:24 +0000 (12:35 +0000)]
0.5.2

24 years agoUpdated to current API..
Jaroslav Kysela [Fri, 4 Feb 2000 10:07:20 +0000 (10:07 +0000)]
Updated to current API..

24 years agoAdded midi devices..
Jaroslav Kysela [Thu, 3 Feb 2000 19:41:43 +0000 (19:41 +0000)]
Added midi devices..

24 years agoadded readv/writev support
Abramo Bagnara [Mon, 31 Jan 2000 12:40:05 +0000 (12:40 +0000)]
added readv/writev support

24 years agoMassive fixes in the mmap plugin (NONBLOCK, poll).
Jaroslav Kysela [Fri, 28 Jan 2000 22:45:18 +0000 (22:45 +0000)]
Massive fixes in the mmap plugin (NONBLOCK, poll).

24 years agoFixed wrong function name... snd_control_read-
Jaroslav Kysela [Mon, 24 Jan 2000 10:26:04 +0000 (10:26 +0000)]
Fixed wrong function name... snd_control_read-

24 years ago0.5.1a
Jaroslav Kysela [Sun, 23 Jan 2000 20:28:54 +0000 (20:28 +0000)]
0.5.1a

24 years agoAdded extern to snd_mixer_weight_entry_t *snd_mixer_default_weights
Jaroslav Kysela [Sun, 23 Jan 2000 20:23:37 +0000 (20:23 +0000)]
Added extern to snd_mixer_weight_entry_t *snd_mixer_default_weights

24 years ago0.5.1
Jaroslav Kysela [Sat, 22 Jan 2000 18:58:08 +0000 (18:58 +0000)]
0.5.1

24 years agoAdded sender command to help...
Jaroslav Kysela [Fri, 21 Jan 2000 11:32:54 +0000 (11:32 +0000)]
Added sender command to help...

24 years agosnd_seq_timestamp_t->real was renamed to snd_seq_timestamp_t->time
Jaroslav Kysela [Thu, 20 Jan 2000 12:14:50 +0000 (12:14 +0000)]
snd_seq_timestamp_t->real was renamed to snd_seq_timestamp_t->time
Some code is using real as a variable type.

24 years agoAdded group and elements sorting
Abramo Bagnara [Tue, 18 Jan 2000 08:45:02 +0000 (08:45 +0000)]
Added group and elements sorting

24 years ago-release info is taken from configure.in
Jaroslav Kysela [Sun, 16 Jan 2000 22:08:26 +0000 (22:08 +0000)]
-release info is taken from configure.in

24 years ago0.5.0
Jaroslav Kysela [Sun, 16 Jan 2000 21:54:45 +0000 (21:54 +0000)]
0.5.0

24 years agoFixed integer types use
Abramo Bagnara [Sun, 16 Jan 2000 12:32:10 +0000 (12:32 +0000)]
Fixed integer types use

24 years ago0.5.0pre3
Jaroslav Kysela [Wed, 12 Jan 2000 09:49:57 +0000 (09:49 +0000)]
0.5.0pre3

24 years agoRemoved.
Jaroslav Kysela [Wed, 12 Jan 2000 08:35:47 +0000 (08:35 +0000)]
Removed.

24 years agoAdded pcm_local.h to distribution
Abramo Bagnara [Tue, 11 Jan 2000 20:00:17 +0000 (20:00 +0000)]
Added pcm_local.h to distribution

24 years agoAdded snd_hwdep_ioctl function.
Jaroslav Kysela [Tue, 11 Jan 2000 17:35:50 +0000 (17:35 +0000)]
Added snd_hwdep_ioctl function.

24 years agoAdded missing rule..
Jaroslav Kysela [Tue, 11 Jan 2000 17:30:47 +0000 (17:30 +0000)]
Added missing rule..

24 years ago0.5.0pre2
Jaroslav Kysela [Tue, 11 Jan 2000 17:25:42 +0000 (17:25 +0000)]
0.5.0pre2

24 years agoAdded back rules for old autoconf...
Jaroslav Kysela [Tue, 11 Jan 2000 17:25:21 +0000 (17:25 +0000)]
Added back rules for old autoconf...

24 years agoRemoved aconnect & aseqnet..
Jaroslav Kysela [Mon, 10 Jan 2000 20:19:24 +0000 (20:19 +0000)]
Removed aconnect & aseqnet..

24 years agojcu.cz -> alsa-project.org modifications & other cleanups
Jaroslav Kysela [Mon, 10 Jan 2000 13:29:00 +0000 (13:29 +0000)]
jcu.cz -> alsa-project.org modifications & other cleanups

24 years agoRemoved unfinished sequencer sync code.
Jaroslav Kysela [Mon, 10 Jan 2000 13:08:38 +0000 (13:08 +0000)]
Removed unfinished sequencer sync code.

24 years ago0.5.0pre1
Jaroslav Kysela [Mon, 10 Jan 2000 13:08:18 +0000 (13:08 +0000)]
0.5.0pre1

24 years agoFixed I/O plugin insert
Jaroslav Kysela [Mon, 10 Jan 2000 10:57:12 +0000 (10:57 +0000)]
Fixed I/O plugin insert