Re: [Alsa-devel] Current CVS doesnt compile on latest RedHat

2003-11-08 Thread Sylvain Petreolle
Many thanks, this works. > This is an incompatibility between the official Linux kernel and the > -ac patch. Apparently, RedHat now includes this patch. > > Change the offending line in serialmidi.c to > > if (atomic_read(&tty->count) > 1) { = Sylvain Petreolle (spetreolle_at_users

Re: [Alsa-devel] Current CVS doesnt compile on latest RedHat

2003-11-07 Thread Clemens Ladisch
Sylvain Petreolle wrote: > serialmidi.c:164: error: invalid operands to binary > This is an incompatibility between the official Linux kernel and the -ac patch. Apparently, RedHat now includes this patch. Change the offending line in serialmidi.c to if (atomic_read(&tty->count) > 1) {