[Alsa-user] Thread safety for Delta 1010LT

2003-12-31 Thread Denis Oliveira Damazio
I am trying to record sound from a Delta 1010LT. To avoid preemptive problems, I am using the approach of running two pthreads to acquire the data. Each thread should perform a read() (In the regular syscall read interface) on the data. The file descriptor is opened before the pthread call (In o

Re: [Alsa-user] Kernel 2.6 and ALSA

2003-12-31 Thread Klaus-Peter Schrage
Mark Constable wrote: FWIW I started with 2.6.0 then patched it up to patch-2.6.0-bk3 and then applied the original patch linked to by Fredrik (never thought to look for a newer patch, didn't know that ftp area existed) and all I got was two small rejects that looked like they were included in pa

Re: [Alsa-user] Kernel 2.6 and ALSA

2003-12-31 Thread Mark Constable
On Wed, 31 Dec 2003 09:27 pm, Klaus-Peter Schrage wrote: > Fredrik Smedberg wrote: > > I patched my kernel using: > > patch -Np1 -i patch_file > > Sorry, but adding the -N option didn't change anything. Here's part of > the output generated by the command > patch --dry-run -Np1 -i ../alsa-bk-

Re: [Alsa-user] Kernel 2.6 and ALSA

2003-12-31 Thread Klaus-Peter Schrage
Fredrik Smedberg wrote: I patched my kernel using: patch -Np1 -i patch_file Sorry, but adding the -N option didn't change anything. Here's part of the output generated by the command patch --dry-run -Np1 -i ../alsa-bk-2003-12-05.patch (after a long chain of success/fail messages, when the patch p

Re: [Alsa-user] Error compiling alsa-driver-1.0.0rc2 on kernel 2.6.0 SMP

2003-12-31 Thread Rui Nuno Capela
(direct message reposted here, just for the record) From: "Karthik Raghavan R" <[EMAIL PROTECTED]> Date: Wed, December 31, 2003 5:23 To: "Rui Nuno Capela" <[EMAIL PROTECTED]> Hi, I have that EXACT same 'PDE redefined' error, whith 1.0.0rc2 on the 2.6.0 ... The stock alsa works perfectly, but whe