Hello! ALSA on CVS doesn't compile. alsa-driver/include/adriver.h has several problems:
/usr/local/src/alsa/alsa-driver/include/adriver.h:186: parse error before `dir' /usr/local/src/alsa/alsa-driver/include/adriver.h:188: multiple storage classes in declaration of `devfs_find_and_unregister' /usr/local/src/alsa/alsa-driver/include/adriver.h:188: warning: function declaration isn't a prototype I'm using devfs, and the first error can be fixed by adding this code above in the header: #ifdef CONFIG_DEVFS_FS #include <linux/devfs_fs_kernel.h> #endif "multiple storage classes" is apparently "extern" and "static" in the same declaration. "function declaration isn't a prototype" - there should not be any semicolon between `)' and `{'. On the positive side, I appreciate the work on eliminating acconfig.h -- Regards, Pavel Roskin ------------------------------------------------------- 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