2003-09-25 21:57 uid53661
* alsa-lib/configure.in: 0.9.7
2003-09-17 19:09 tiwai
* alsa-lib/src/pcm/: Makefile.am, pcm_direct.h, pcm_dmix.c,
pcm_dmix_i386.h, pcm_dmix_x86_64.h: - support of dmix asm code
for x86-64.
2003-09-17 17:39 tiwai
* alsa-lib/src/pcm/pcm_dmix_i386.h: fixed 32bit sample dmix code
for i386.
2003-09-10 13:02 tiwai
* alsa-lib/src/pcm/pcm_rate.c: corrections in the last changes.
samples are exapnded properly in linear interpolation now.
2003-09-09 21:24 perex
* alsa-lib/: configure.in, alsalisp/hctl.lisp, include/control.h,
include/mixer_ordinary.h, src/Versions, src/alisp/alisp.c,
src/alisp/alisp_snd.c, src/conf/Makefile.am,
src/conf/sndo-mixer.alisp, src/conf/cards/Makefile.am,
src/conf/cards/aliases.alisp,
src/conf/cards/SI7018/sndoc-mixer.alisp,
src/conf/cards/SI7018/sndop-mixer.alisp, src/control/hcontrol.c,
src/ordinary_mixer/ordinary_mixer.c, test/.cvsignore,
test/omixer.c: added snd_hctl_ctl() function ordinary mixer: -
revised Ordinary Mixer I/O type - sndo_mixer_open() take PCMs
rather than strings to pass the real relationship - an
initial version of toplevel alisp script more alisp development:
- renamed a* functions to A* functions (acall -> Acall etc.) -
many improvements (unset*, exfun, Acall pcm_info, Asnderr,
Asyserr)
2003-09-09 21:04 perex
* alsa-lib/src/pcm/pcm_rate.c: A try to fix the expand function
from Takashi
2003-09-08 20:04 perex
* alsa-lib/src/userfile.c: Initial version
2003-09-08 19:26 tiwai
* alsa-lib/include/hwdep.h: fixed typos.
2003-09-08 13:05 tiwai
* alsa-lib/include/hwdep.h: added hwdep entries for mixart and
us428.
2003-09-03 21:25 perex
* alsa-lib/: alsalisp/hctl.lisp, include/alisp.h, include/global.h,
include/mixer_ordinary.h, src/Makefile.am, src/Versions,
src/conf.c, src/alisp/alisp.c,
src/ordinary_mixer/ordinary_mixer.c, test/Makefile.am,
test/control.c, test/omixer.c, test/pcm.c: added snd_user_file()
function alisp extensions - added nth, include, path commands
- added auto-exec functionality - added helpers for C<->lisp
interoperability
2003-09-02 12:32 perex
* alsa-lib/src/pcm/: pcm_direct.c, pcm_direct.h, pcm_dmix.c,
pcm_dshare.c, pcm_dsnoop.c: Direct plugins update: - moved more
common code to pcm_direct.c - added missing initialization of
some variables in hw_params
2003-08-29 11:24 tiwai
* alsa-lib/src/conf/cards/: Audigy.conf, Audigy2.conf, Makefile.am:
- Added the support for AC3 passthrough on Audigy. - New config
for Audigy2 (for incompatibility with Audigy1).
2003-08-27 15:54 tiwai
* alsa-lib/src/seq/seq.c: fixed typos.
2003-08-26 14:31 perex
* alsa-lib/Makefile.am: Added MEMORY-LEAK to EXTRA_DIST
2003-08-22 11:41 perex
* alsa-lib/: alsalisp/hctl.lisp, src/alisp/alisp.c,
src/alisp/alisp_local.h: alsalisp memory allocation optimization
- force of reusing alisp objects - added auto-garbage-collect
mechanism - fixed bad garbage-collect (yes, the original code
can free "running" lisp program) - hctl.lisp test example -
reduced lisp object memory pool usage from 240kB to 29kB
(auto-gc) - reduced --''-- from 29kB (auto-gc) to 9kB (manual
gc) FIXME: we need definitely an opminization for the alisp
object lookups - use bsearch()?
2003-08-13 15:18 tiwai
* alsa-lib/include/alsa-symbols.h: added workaround for ppc64.
2003-08-12 14:30 perex
* alsa-lib/src/pcm/pcm_route.c: Fixed bug: added limit for source
channels.
2003-08-12 11:34 perex
* alsa-lib/src/conf/: alsa.conf, cards/Audigy.conf,
cards/CMI8738-MC6.conf, cards/CS46xx.conf, cards/EMU10K1.conf,
cards/FM801.conf, cards/ICE1712.conf, cards/ICE1724.conf,
cards/ICH.conf, cards/NFORCE.conf, cards/SI7018.conf,
cards/VIA8233.conf, cards/VIA8233A.conf, pcm/Makefile.am,
pcm/surround41.conf, pcm/surround50.conf: Added surround41 and
surround50 definitions
2003-08-08 11:06 perex
* alsa-lib/src/pcm/: pcm_local.h, pcm_mmap.c, pcm_plug.c: Takashi:
added shadow pcm to avoid problem with plug plugin and mmaped
access
2003-08-07 16:20 tiwai
* alsa-lib/src/pcm/: pcm_dmix.c, pcm_dshare.c, pcm_dsnoop.c,
pcm_null.c: fixed dmix crashes by Clemens Ladisch
<[EMAIL PROTECTED]>:
pcm->name can be NULL (when an unnamed pcm node is embedded in
another
pcm)
2003-08-06 17:43 tiwai
* alsa-lib/src/pcm/pcm_copy.c: fixed the missing initialization of
poll events for copy plugin.
2003-08-06 16:46 tiwai
* alsa-lib/: include/rawmidi.h, src/conf/alsa.conf: - missing
changes from virt to virtual rawmidi.
2003-08-05 15:54 tiwai
* alsa-lib/src/rawmidi/: rawmidi_local.h, rawmidi_virt.c: - fixed
the name from "virt" to "virtual". - fixed compilation error.
2003-08-03 22:36 perex
* alsa-lib/: alsalisp/hctl.lisp, src/alisp/alisp.c,
src/alisp/alisp_local.h, src/alisp/alisp_snd.c: alisp -
implemented hctl_elem_read/write and find
2003-08-01 20:21 perex
* alsa-lib/: alsalisp/hctl.lisp, src/alisp/alisp.c,
src/alisp/alisp_snd.c: More alisp changes
2003-07-30 21:14 perex
* alsa-lib/: alsalisp/hctl.lisp, src/alisp/alisp_snd.c: Added some
hctl_elem functions to alisp
2003-07-29 19:16 tiwai
* alsa-lib/src/conf/alsa.conf: added the definition of
rawmidi.virtual.
2003-07-29 19:15 tiwai
* alsa-lib/include/rawmidi.h: added SND_RAWMIDI_TYPE_VIRTUAL.
2003-07-29 19:15 tiwai
* alsa-lib/src/rawmidi/: Makefile.am, rawmidi_local.h,
rawmidi_symbols.c, rawmidi_virt.c: added virtual rawmidi plugin.
2003-07-29 19:05 tiwai
* alsa-lib/: include/seq_midi_event.h, src/seq/seq_midi_event.c:
added const modifier to some function arguments
2003-07-29 15:19 perex
* alsa-lib/: alsalisp/hctl.lisp, include/control.h,
include/error.h, src/alisp/alisp.c, src/alisp/alisp_snd.c,
src/control/control.c: More alisp extensions (card related
functions, ctl_card_info).
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel