]> git.alsa-project.org Git - alsa-lib.git/commit
Generic architecture support
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 14:13:04 +0000 (14:13 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 14:13:04 +0000 (14:13 +0000)
commit920780491270d10f2563700e683883e1be683541
tree664546c655863caed1b1207c3d5a778d0d4c20a3
parent6a6a70ffe715c9c61a2a2421538589de80c41df8
Generic architecture support

Support dmix on generic architectures without atomic operations but
using a semaphore to avoid concurrent accesses.  This is less effective
than atomic operations but should work on every system.
src/pcm/pcm_dmix.c
src/pcm/pcm_dmix_generic.c