Re: [Alsa-devel] Interrupt handler

2003-03-18 Thread Giuliano Pochini
On mar, 2003-03-18 at 13:32, Takashi Iwai wrote: > also, don't forget to unlock the spinlock during calling > snd_pcm_period_elapsed() if a single lock is used for callbacks. Yes, I'm following the tutorial and it's clear about that. Now I have another weird problem. This is a peice of my hw_para

Re: [Alsa-devel] Patch to fix LIN_OUT1 on Audigy2 cards (+ others)

2003-03-18 Thread Andrew de Quincey
On Tuesday 18 March 2003 05:18, Mark J Roberts wrote: > I noticed that I can play back the audigy2-drive RCA SPDIF input by > turning up the "Optical IEC958" slider, and "arecord -f dat out.dat" > will record it. > > So, good. Just posting some more random info. Cool, I'll add that to my list BTW,

Re: [Alsa-devel] Non-coherent memory mapped devices

2003-03-18 Thread Jaroslav Kysela
On Tue, 18 Mar 2003, Laurent Canet wrote: > Hi, > > On the HPPA architecture, devices (including sound ones) are memory-mapped. > On particular machines, memory access to devices are not consistent, > i.e. data wrote to memory could be cached by the CPU, thus inacessible > to the device. > To a

[Alsa-devel] Non-coherent memory mapped devices

2003-03-18 Thread Laurent Canet
Hi, On the HPPA architecture, devices (including sound ones) are memory-mapped. On particular machines, memory access to devices are not consistent, i.e. data wrote to memory could be cached by the CPU, thus inacessible to the device. To avoid inconsistency in memory writes, there are arch-dep f

[Alsa-devel] [PATCH] azt3328.c and maestro3.c cleanup

2003-03-18 Thread Andreas Mohr
Hi all, - fix typo and change comment for Inspiron's Maestro 3 - update azt3328.c to mention sound improvements with newer PCI168 revisions Andreas Mohr Index: alsa-driver/pci/azt3328.c === RCS file: /cvsroot/alsa/alsa-driver/pci/az

Re: [Alsa-devel] Java Bindings?

2003-03-18 Thread ian
i don't think there are any java bindings for alsa. but there is tritonus, which is an implementation of the java sound api, and uses alsa in parts. alternatively, you could use jni (java native interface) to write the glue code between your java app and alsa. i've done that, and it works fine. ian

Re: [Alsa-devel] Fwd: arecord bug?

2003-03-18 Thread Kai Vehmanen
On Tue, 18 Mar 2003, Kai Vehmanen wrote: > ecasound -f:16,2,44100 -i alsa -o stdout |oggenc -r -q 0 -o recording.ogg - Btw; ecasound can also launch oggenc by itself. To modify oggenc params, you have to edit ~/.ecasound/ecasoundrc (see man ecasoundrc(5) for info). So the above command would be:

Re: [Alsa-devel] Fwd: arecord bug?

2003-03-18 Thread Kai Vehmanen
On Tue, 18 Mar 2003, Jon Ellis wrote: >> http://bugs.gentoo.org/show_bug.cgi?id=12724 [...] >> and it's giving me grief because it takes so long to reproduce. The >> basic problem is that either arecord or oggenc hangs after 400min >> 47sec. The fact that lowering the sample rate (and talking t

[Alsa-devel] Looking for reviewers for Linux Journal article on ALSA

2003-03-18 Thread Jeff Tranter
I am writing an introductory article on ALSA programming for an upcoming issue of Linux Journal. The article is limited to about 2500 words, so it only covers the basics of programming the PCM interface, with some example programs. I would appreciate it if some ALSA developers would take a quick lo

Re: [Alsa-devel] apm and alsa driver for intel8x0 on dell inspiron 8200

2003-03-18 Thread Takashi Iwai
At Sun, 16 Mar 2003 17:44:02 -0800 (PST), Quod E. Demonstrandum <[EMAIL PROTECTED]> wrote: > > > Hello, > > It would seem that apm/acpi access (reading /proc/apm > or /proc/acpi, whichever is compiled into the kernel) > corrupts sound on my computer, a dell i8200 running > linux 2.4.20 and alsa

Re: [Alsa-devel] Interrupt handler

2003-03-18 Thread Takashi Iwai
At Mon, 17 Mar 2003 15:22:45 +0100 (CET), Giuliano Pochini wrote: > > > On 17-Mar-2003 Takashi Iwai wrote: > > usually in the interrupt handler, you need to just send "ack" to the > > middle layer by calling snd_pcm_period_elapsed(). then, the > > middle-layer checks the current position by call

Re: [Alsa-devel] Fwd: arecord bug?

2003-03-18 Thread Takashi Iwai
At Tue, 18 Mar 2003 18:48:16 +0900, Jon Ellis wrote: > > Got bored waiting for a moderator... > > Begin forwarded message: > > > From: Jon Ellis <[EMAIL PROTECTED]> > > Date: Sat Mar 15, 2003 9:32:20 PM Japan > > To: [EMAIL PROTECTED] > > Subject: arecord bug? > > > > Hi, > > > > I'm the owner

[Alsa-devel] Java Bindings?

2003-03-18 Thread Merrony, Stephen (London)
Has anyone worked on Java bindings for ALSA? Or is there another route I should consider if I want a Java app to communicate with ALSA? Regards Steve --- This SF.net email is sponsored by: Does your code think in ink? You

Re: [Alsa-devel] Scatter Gather and odd period sizes.

2003-03-18 Thread Takashi Iwai
At Mon, 17 Mar 2003 16:12:24 -0400, mjander wrote: > > hi, > > > > >i'm not sure how the aureal driver works. IIRC, it can use up to 4 x > >4k pages, right? if its size is really only 4 pages, i'd > recommend to > >use a simple phyically linear buffer. > > > > > >Takashi > > > > In the meanwhi

[Alsa-devel] Fwd: arecord bug?

2003-03-18 Thread Jon Ellis
Got bored waiting for a moderator... Begin forwarded message: From: Jon Ellis <[EMAIL PROTECTED]> Date: Sat Mar 15, 2003 9:32:20 PM Japan To: [EMAIL PROTECTED] Subject: arecord bug? Hi, I'm the owner of this bug in gentoo: http://bugs.gentoo.org/show_bug.cgi?id=12724 and it's giving me grie

[Alsa-devel] VIA EPIA M and 6 audio ouput

2003-03-18 Thread Pierre VIALLET
Hi, I'm a newbie in aslsa driver. I read some of the alsa documentation paper. But is someone can help me to implement the VT1616 access on a VIA EPIA M (http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81). Via explain how to install VT8235 but i don't find how to install (or config