On Thu, 03 Mar 2016 13:02:42 +0100, Thomas Klausner wrote:
Here are the remaining patches to make the build succeed on NetBSD. More patches are needed for FreeBSD and Solaris, but let's take it one at a time :-)
I think the first two (0002 and 0003) should be uncontroversial.
For patch 0004 it would perhaps be good to have versionsort/alphasort in a central place instead of two. Do you have a suggestion where?
I'm not sure what to do about 0005 since you said you don't want to modify include/sound/asound.h.
Right. If we need to modify, it must be applied to Linux kernel tree at first, then copy back to alsa-lib.
endian.h seems to be unneeded on src/topology/tplg_local.h; if it's needed, I can move it inside the #ifdef.
src/topology/parser.c contains the code depending on the endian. The include can be moved there, too.
Takashi