, 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
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.
> (
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
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
.
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