OSDN Git Service

android-x86/external-alsa-lib.git
2003-07-27 Jaroslav KyselaAdded snd_hctl_open_ctl() function.
2003-07-26 Jaroslav KyselaArt Haas <ahaas@airmail.net>
2003-07-26 Jaroslav KyselaAdded float number support
2003-07-25 Takashi Iwaitagged for new functions;
2003-07-25 Takashi Iwai- added auto-timestamp mode for the port.
2003-07-25 Takashi Iwai- updated asound.h and asequencer.h from alsa-kernel.
2003-07-25 Takashi Iwaifixes by Art Haas <ahaas@airmail.net>:
2003-07-24 Jaroslav KyselaKill the zombie process creation, use 'start' process...
2003-07-23 Jaroslav KyselaNULL check in mmap_begin()
2003-07-16 Jaroslav KyselaFixed typo
2003-07-16 Jaroslav KyselaFixed snd_pcm_wait() function
2003-07-16 Takashi Iwai- snd_pcm_wait() returns more understandable error...
2003-07-15 Jaroslav KyselaAdded unlink of the communication socket name.
2003-07-14 Takashi Iwaifixed the type prefix of printd for the time (unsigned...
2003-07-14 Takashi Iwaifixed the old multi-line strings.
2003-07-14 Takashi Iwaichange the include path "asoundlib.h" to <alsa/asoundlib.h>
2003-07-14 Takashi Iwai- reverted to include <alsa/xxx.h> again.
2003-07-14 Takashi Iwaicreate a symlink for inclusion of alsa/xxx.h in the...
2003-07-14 Jaroslav KyselaGiuliano Pochini <pochini@shiny.it>
2003-07-09 Jaroslav KyselaMore fixes (empty vars)
2003-07-09 Jaroslav KyselaSmall fix in makefiles
2003-07-08 Takashi Iwaiadded config files for digigram cards.
2003-07-08 Jaroslav Kysela0.9.5
2003-07-01 Jaroslav KyselaClemens Ladisch <clemens@ladisch.de>
2003-06-27 Jaroslav KyselaFixed some lisp bugs
2003-06-27 Takashi Iwaiinclude files from the local directory ("xxx.h") instea...
2003-06-24 Jaroslav KyselaInitial code for lisp interpreter
2003-06-23 Jaroslav KyselaSome code for ordinary pcm
2003-06-23 Jaroslav KyselaAdded __STRING definition
2003-06-22 Jaroslav KyselaRenamed simple_* to ordinary_* (name clash for simple...
2003-06-22 Jaroslav KyselaAdded simple_mixer and simple_pcm subdirs with some...
2003-06-22 Jaroslav KyselaNOCARE -> IGNORE (thanks Abramo)
2003-06-22 Jaroslav KyselaAdded snds_pcm_param_xrun()
2003-06-22 Jaroslav KyselaAdded snd_pcm_munmap() call to snd_pcm_close() - free...
2003-06-21 Jaroslav KyselaInitial version of simple pcm + mixer interfaces
2003-06-16 Jaroslav KyselaReverted back (N)RPN decoding - it is difficult to...
2003-06-16 Jaroslav KyselaAdded proper handling of nonregistered and registered...
2003-06-14 Jaroslav Kyselaarm section update
2003-06-14 Jaroslav KyselaOne more fix to dlsym
2003-06-14 Jaroslav KyselaDo not use snd_dl*() functions, dev->activate can be...
2003-05-31 Jaroslav Kysela0.9.4
2003-05-28 Jaroslav KyselaRemoved more asserts
2003-05-20 Takashi Iwaifixed the detection of dimensions in snd_ctl_elem_info_...
2003-05-16 Takashi Iwai- fixed the routing with use_getput condition.
2003-05-16 Takashi Iwaifixed IEC958 pcm (wrong device index).
2003-05-16 Takashi Iwaifixed a missing slave.pcm line.
2003-05-15 Takashi Iwai- added config for nVidia nForce.
2003-05-15 Jaroslav KyselaAdded async_direct method
2003-05-05 Abramo BagnaraFixed typos. (one of that courtesy of Sourav K. Mandal...
2003-05-04 Jaroslav KyselaFixed fcntl() call
2003-05-04 Jaroslav KyselaUse snd_pcm_hwsync() rather than snd_pcm_delay() in...
2003-04-30 Jaroslav Kysela0.9.3
2003-04-29 Jaroslav KyselaOptimized spdif device
2003-04-26 Jaroslav Kyselainitial version
2003-04-23 Jaroslav Kysela- added shm area manager code
2003-04-23 Jaroslav KyselaFixed documented bugs by Clemens Ladisch <clemens@ladis...
2003-04-19 Jaroslav KyselaAdded missing sync_ptr() call to pcm_status() function
2003-04-02 Takashi Iwaiadded surround51, center and lfe definitions.
2003-04-01 Jaroslav KyselaAdded snd_ctl_elem_info_get_dimensions() and snd_ctl_el...
2003-03-27 Takashi Iwaicheck the current pcm status in snd_pcm_read/write_area...
2003-03-26 Takashi Iwaiadded pcm_d* files.
2003-03-21 Jaroslav KyselaAdded dsnoop definition
2003-03-20 Jaroslav KyselaAdded <sys/uio.h> inclusion
2003-03-19 Jaroslav Kysela0.9.2
2003-03-19 Jaroslav KyselaAdded more comments for 32-bit mixing
2003-03-19 Jaroslav KyselaAdded dsnoop and dshare plugins
2003-03-19 Jaroslav Kyseladshare and dsnoop plugins are working now
2003-03-19 Jaroslav KyselaA small cleanup to 32-bit mix routine as Abramo suggested
2003-03-19 Jaroslav KyselaCorrected universal 32-bit mixing routine
2003-03-18 Jaroslav KyselaExtracted common code from dmix plugin.
2003-03-18 Jaroslav KyselaReducet a bit header files
2003-03-18 Jaroslav KyselaMoved send_fd/receive_fd routines to src/socket.c .
2003-03-18 Jaroslav KyselaRemoved unused variable
2003-03-18 Jaroslav KyselaAdded bindings to dmix plugin
2003-03-18 Jaroslav KyselaAdded 32-bit sample support to dmix plugin
2003-03-11 Jaroslav Kysela0.9.1 release
2003-03-11 Jaroslav KyselaDecoder is now generic MIDI device
2003-03-11 Jaroslav KyselaFixed compilation --with-versioned=no
2003-03-10 Jaroslav KyselaAdded note about jack plugin
2003-03-10 Jaroslav KyselaAdded directory installation to install-jack
2003-03-10 Jaroslav KyselaEnhanced comment for APPEND mode
2003-03-08 Jaroslav KyselaAdded snd_pcm_type_name()
2003-03-08 Jaroslav KyselaMore cleanups
2003-03-07 Jaroslav KyselaRemoved get ticks
2003-03-07 Jaroslav KyselaUse internal snd_pcm_forward() version...
2003-03-07 Jaroslav KyselaAutomake cleanups.
2003-03-06 Jaroslav KyselaAdded all-redirect
2003-03-06 Jaroslav KyselaRemoved JACK_LIB
2003-03-05 Jaroslav Kysela0.9.0rc8b
2003-03-05 Jaroslav KyselaMoved pcm_jack plugin to src/pcm/ext directory (must...
2003-03-05 Jaroslav KyselaFixed reading of extraver
2003-03-05 Jaroslav KyselaFixed compilation problem
2003-03-05 Jaroslav KyselaAdded pcm_jack.c to EXTRA_libpcm_la_SOURCES
2003-03-04 Jaroslav KyselaUpdated to new timer API
2003-03-03 Jaroslav Kysela0.9.0rc8a
2003-03-03 Jaroslav KyselaAdded pcm_dmix_i386.h
2003-03-02 Jaroslav Kysela0.9.0rc8
2003-03-02 Jaroslav KyselaTimer cleanups against the latest API
2003-03-02 Jaroslav KyselaSync
2003-03-01 Jaroslav KyselaFixed tstamps for newer driver
next