]> git.alsa-project.org Git - alsa-lib.git/commit
Portability fix for alsa-lib on mips
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Mar 2006 17:51:33 +0000 (17:51 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Mar 2006 17:51:33 +0000 (17:51 +0000)
commit46c67fe07060f12af3a9adbc346a9467b4b16a4f
tree4397c101d769e9f886237e17b36d30338402b6d3
parent8f61812f1c203c38f7321b3b5d09761b45bc5b81
Portability fix for alsa-lib on mips
From: Henryk Plötz <henryk@ploetzli.ch>

I recently had problems building alsa-lib 1.0.10 on mips (for my
Netgear WGT634U). Turned out the problem was in include/alsa-symbols.h
were there was __asm__ code that wouldn't work with the mips assembler.
Attached is a patch that makes this work again.
include/alsa-symbols.h