Re: [Alsa-devel] sis 7012 audio codec documentation

2001-10-24 Thread Dan Hollis
On Tue, 23 Oct 2001, Dominik Christ wrote: > Recently I bought a new machine with a K7S5A Mainboard > The site http://www6.tomshardware.com/mainboard/01q2/010611/sis-11.html > claims that the used Audio Codec is AD1881A from Analog Products. The > Datasheets for this Codec are availablew here: > h

[Alsa-devel] bug in CVS

2001-10-24 Thread Janek Hiis
Hi, I just updated the alsa code from CVS. It builds fine but when installing it says depmod: *** Unresolved symbols in /lib/modules/2.4.13/misc/snd-seq-oss.o And when trying to insert modules : ../modules/snd-seq-oss.o: unresolved symbol snd_seq_sleep_timeout_in_lock ../modules/snd-seq-oss.o: u

Re: [Alsa-devel] rme multichannel recording

2001-10-24 Thread Michelangelo Nottoli
these are the devices I would like to record simultaneously from , as I tried to describe them in my .asoundrc file pcm.rme1_2 { // should represent channels 1- 2 type plug ttable.0.0 1 ttable.1.1 1 slave.pcm { type hw card 0 } } pcm.rme3_4 { // s

Re: [Alsa-devel] bug in CVS

2001-10-24 Thread Takashi Iwai
At Wed, 24 Oct 2001 11:04:34 +0200 (EET), Janek Hiis wrote: > > Hi, > > I just updated the alsa code from CVS. It builds fine but when installing > it says > depmod: *** Unresolved symbols in /lib/modules/2.4.13/misc/snd-seq-oss.o > > And when trying to insert modules : > ../modules/snd-seq-oss

Re: [Alsa-devel] rme multichannel recording

2001-10-24 Thread Paul Davis
>pcm.rme1_2 { // should represent channels 1- 2 > type plug >pcm.rme3_4 { // should represent channels 3- 4 > type plug as little as i know about this stuff, i do know that that won't work. you need to use the "type share" i believe, but as i've noted before,

Re: [Alsa-devel] alsa latency statistics

2001-10-24 Thread Karl MacMillan
On Tuesday 23 October 2001 21:54, dave willis wrote: > i just finished testing several different patched and unpatched linux > kernels, and was surprised by the results: all basically the same. > This is not surprising - the various low-latency patches only address latency issues on loaded syst

Re: [Alsa-devel] rme multichannel recording

2001-10-24 Thread Patrick Shirkey
Paul Davis wrote: > > >pcm.rme1_2 { // should represent channels 1- 2 > > type plug > > >pcm.rme3_4 { // should represent channels 3- 4 > > type plug > > as little as i know about this stuff, i do know that that won't > work. you need to use the "type share"

[Alsa-devel] 0.5.11 cvs branch

2001-10-24 Thread Ali Akcaagac
hello, is there a 0.5.11 cvs branch of alsa ? because head gives me 0.9.x beta but i need the old one preferabely kernel TAINT fix.. or could someone please release a 0.5.11b or something release ? thanks.. -- Name: Ali Akcaagac Status..: Student Of Computer & Economic Science E-Mail..: ma

[Alsa-devel] Missing EXPORT_SYMBOLS from snd-seq.o

2001-10-24 Thread Chris Rankin
Hi, I noticed that the snd-seq-oss module was giving "unresolved symbol" errors when I tried to load it. The following patch fixes the problem. Cheers, Chris --- alsa-driver/kernel/seq/seq.c.orig Fri Oct 19 13:10:15 2001 +++ alsa-driver/kernel/seq/seq.cWed Oct 24 12:38:31 2001 @@ -132