Hanno Böck wrote:
> Kernel compiler: gcc-Version 3.3 (Gentoo Linux 1.4, PVR 3.3)
> Used compiler:   gcc (GCC) 3.3 (Gentoo Linux 1.4, PVR 3.3)
> ...
> Decoded kernel compiler: type=gcc-Version version=3.3
> Decoded used compiler:   type=gcc         version=3.3
>
> Well, the kernel compiler and the used compiler are definitely the same.

Well, the identification strings aren't (not exactly).

> checking for kernel version... 2.4.21-ac1
> ...
> serialmidi.c: In function `open_tty': serialmidi.c:158: error: invalid operands to 
> binary >

The -ac patch changes the count field's type to atomic_t. Change the
offending line to:

        if (atomic_read(&tty->count) > 1) {


HTH
Clemens





-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to