Re: [Alsa-user] alsa-driver 0.9.2 fails to build

2003-09-04 Thread Clemens Ladisch
Jaques Strap wrote: > >Jaques Strap wrote: > > > serialmidi.c:158: invalid operands to binary > > > > >The -ac kernel patch makes an incompatible change to the tty > >structure. Change the offending line to: > > > > if (atomic_read(&tty->count) > 1) { > > I do not see the "offending" line in th

Re: [Alsa-user] alsa-driver 0.9.2 fails to build

2003-09-03 Thread Clemens Ladisch
Jaques Strap wrote: > The file 'serialmidi.c' does not seem to exist under my kernel > sources. (/usr/src/linux) I assumed that this was where I should > be making the change? Then recompile the kernel, then compile > alsa? > > The file does exist here though: > alsa-driver-0.9.6/work/alsa-driver-

Re: [Alsa-user] alsa-driver 0.9.2 fails to build

2003-09-02 Thread kevin ernste
> > When I compile the alsa-driver 0.9.2, it dies with the following > error: *snip* > > Any suggestions/help is appreciated. Grab version 0.9.6. http://www.alsa-project.org. Good luck. Kevin __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site

[Alsa-user] alsa-driver 0.9.2 fails to build

2003-09-02 Thread Jaques Strap
Motherboard: Asus A7N8X Deluxe Processor: AMD XP 3200+ Distro:Gentoo Kernel: 2.4.22-rc2-ac3 (needed to get SATA drive working) I select ONLY Sound Card Support as Module (M) and deselected all other sound drivers in the kernel. I can see the devices in proc:: Multimedia audio controller: nVidia Co

Re: [Alsa-user] alsa-driver 0.9.2 fails to build

2003-09-02 Thread Clemens Ladisch
Jaques Strap wrote: > serialmidi.c:158: invalid operands to binary > The -ac kernel patch makes an incompatible change to the tty structure. Change the offending line to: if (atomic_read(&tty->count) > 1) { HTH Clemens --- This sf.