]> git.alsa-project.org Git - alsa-lib.git/commit
Add support of little-endian on i386/x86_64 dmix
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 Jul 2007 17:52:33 +0000 (19:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Jul 2007 17:52:33 +0000 (19:52 +0200)
commit267d7c728196286726b47df45736eba18d78822a
treec05af4ca34d2f8c0de4dcc6a5d013040a6627d77
parentf49e5859fd49110099a7bd06f68966a8d237c5e2
Add support of little-endian on i386/x86_64 dmix

i386/x86_64 alsa-lib may need to handle big-endian formats, e.g.
when running via qemu on PPC.  The generic dmix code already has
both endian support, so let's use it as fallback.
src/pcm/pcm_dmix.c
src/pcm/pcm_dmix_generic.c
src/pcm/pcm_dmix_i386.c
src/pcm/pcm_dmix_x86_64.c