Re: [Alsa-devel] Midi reverb on Emu10k1

2002-06-26 Thread Rui Sousa
, and so on. > > Exactly. OSS code does this management partly in the kernel. In my > opinion, we should leave in kernel only necessary things, so the > linker/loader/code manager should be written completely in the user space. > This is basically w

Re: [Alsa-devel] Questions regarding SB live card (EMU10K1)

2002-07-30 Thread Rui Sousa
On Tue, 30 Jul 2002, Vikram Bartakke wrote: > Hello List, > > > In EMU10k1, Can anyone please tell me how to do ping pong streaming for > audiodata for playback without DMA All audio playback and recording involves DMA. The SBLive, basically, has no onboard memory to store audio smaples. > (

Re: [Alsa-devel] Fix for mmap_test, better tests needed

2002-08-12 Thread Rui Sousa
they can help you, Rui Sousa > Hello! > > I was looking for some tests for the sound driver, and the only thing I > found in ALSA CVS is some stuff in alsa-driver/test. Before I continue my > search for real tests (any pointers will be appreciated!) let me post a > patch that

[Alsa-devel] [PATCH] via82xx

2002-09-08 Thread Rui Sousa
Hi, The attached patch is needed for the correct detection of VIA8233 southbridges. Playback is still broken though (VIA8233, revision 0x30 in my case ), the card generates no interrupts and the playback buffer just gets filled up... Bellow is the (partial) output of my test application. Rui

[Alsa-devel] [PATCH] via82xx.c #2

2002-09-08 Thread Rui Sousa
. Rui Sousa Index: alsa-kernel/pci/via82xx.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v retrieving revision 1.1 diff -u -r1.1 via82xx.c --- alsa-kernel/pci/via82xx.c 4 Sep 2002 14:17:47 - 1.1 +++ alsa