Re: [Alsa-devel] Re: [Alsa-user] snd-tea6330t.o -- unresolved symbols.

2001-09-12 Thread James Tappin
On Wednesday 12 September 2001 14:08, Takashi Iwai wrote: > At Tue, 11 Sep 2001 18:58:46 +0100, > > James Tappin wrote: > > On Monday 10 September 2001 19:00, James Tappin wrote: > > > With the current CVS drivers, I get the following error on > > > installation: depmod -a > > > depmod: *** Unreso

Re: [Alsa-devel] Starting multiple devices in sync

2001-09-12 Thread Paul Davis
>I need to record at least 16 channels with no phase error between channels. > >Is it possible with alsa to start (trigger) two cards or two ADAT ports on >same card such way, that first samples from both devices are exactly from >the same moment? Devices are of course word clock connected. Time/p

[Alsa-devel] Starting multiple devices in sync

2001-09-12 Thread Jussi Laako
Hello, I need to record at least 16 channels with no phase error between channels. Is it possible with alsa to start (trigger) two cards or two ADAT ports on same card such way, that first samples from both devices are exactly from the same moment? Devices are of course word clock connected. Tim

Re: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Tom Browne
From: "Junichi Uekawa" <[EMAIL PROTECTED]> > In Tue, 11 Sep 2001 17:53:43 +0200 Takashi cum veritate scripsit : > > > alsalib is released under the GPL. > > Isn't it LGPL? > No, it contains code that is GPL, which cannot > be LGPL. Does this mean what I think it means for use of ALSA in commercia

Re: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Junichi Uekawa
In Tue, 11 Sep 2001 17:53:43 +0200 Takashi cum veritate scripsit : > > alsalib is released under the GPL. > > Isn't it LGPL? No, it contains code that is GPL, which cannot be LGPL. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Finger

Re: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Takashi Iwai
At Wed, 12 Sep 2001 16:09:16 +0100, Phil Thompson wrote: > > > -Original Message- > > From: Takashi Iwai [mailto:[EMAIL PROTECTED]] > > Sent: 12 September 2001 16:08 > > To: '[EMAIL PROTECTED]' > > Cc: Paul Davis; Phil Thompson > > Subject: Re: [Alsa-devel] User Space Device Driver > >

RE: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Phil Thompson
> -Original Message- > From: Takashi Iwai [mailto:[EMAIL PROTECTED]] > Sent: 12 September 2001 16:08 > To: '[EMAIL PROTECTED]' > Cc: Paul Davis; Phil Thompson > Subject: Re: [Alsa-devel] User Space Device Driver > > > At Wed, 12 Sep 2001 09:56:15 -0400, > Paul Davis wrote: > > > > >> a

Re: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Takashi Iwai
At Wed, 12 Sep 2001 09:56:15 -0400, Paul Davis wrote: > > >> alsalib is released under the GPL. hence, any applications that to use > >> it must be under the GPL. since such an application would clearly be > >> utterly designed around the alsalib and alsa kernel API, you could not > >> use dynami

[Alsa-devel] ALS4000 kernel compilation

2001-09-12 Thread Frank Meisschaert
Hi, Something has gone wrong when I submitted bugreport 460894 : ALS4000 Somehow the attachment and my email address get lost when I post them on the bugreport site, so here they are [EMAIL PROTECTED] alsa-sb (attachment to this email) Can someone attach alsa-sb to bugreport 460894, please? Th

Re: [Alsa-devel] Why a huge asoundlib.h?

2001-09-12 Thread Jaroslav Kysela
On Tue, 11 Sep 2001, Takashi Iwai wrote: > Hi, > > why do we have only a single huge asoundlib.h? > Now we have /usr/include/alsa subdirectory, thus we can simply copy > each header such as pcm.h, rawmidi.h, seq.h, etc. to there. > And asoundlib.h includes all just like gtk.h. Yes, it looks as

Re: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Paul Davis
>> alsalib is released under the GPL. hence, any applications that to use >> it must be under the GPL. since such an application would clearly be >> utterly designed around the alsalib and alsa kernel API, you could not >> use dynamic linking to circumvent this. > >As alsalib is released under the

Re: [Alsa-devel] Re: [Alsa-user] snd-tea6330t.o -- unresolved symbols.

2001-09-12 Thread Takashi Iwai
At Tue, 11 Sep 2001 18:58:46 +0100, James Tappin wrote: > > On Monday 10 September 2001 19:00, James Tappin wrote: > > With the current CVS drivers, I get the following error on installation: > > depmod -a > > depmod: *** Unresolved symbols in /lib/modules/2.4.6/misc/snd-tea6330t.o > > > > I bui

Re: [Alsa-devel] Why a huge asoundlib.h?

2001-09-12 Thread Alexander Ehlert
Hi, > why do we have only a single huge asoundlib.h? > Now we have /usr/include/alsa subdirectory, thus we can simply copy > each header such as pcm.h, rawmidi.h, seq.h, etc. to there. > And asoundlib.h includes all just like gtk.h. Yeah, I appreciate that. And dividing it would probably help d

RE: [Alsa-devel] User Space Device Driver

2001-09-12 Thread Phil Thompson
> -Original Message- > From: Paul Davis [mailto:[EMAIL PROTECTED]] > Sent: 11 September 2001 16:39 > To: Phil Thompson > Cc: 'Jaroslav Kysela'; '[EMAIL PROTECTED]' > Subject: Re: [Alsa-devel] User Space Device Driver > > > >Given that, technically, I can use ALSA with a user-space > de