Re: [Alsa-devel] static alsa-lib is not working

2002-04-18 Thread Kasparek Tomas
On Thu, 18 Apr 2002, Jaroslav Kysela wrote: On Wed, 17 Apr 2002, Kasparek Tomas wrote: Have you read the alsa-lib/INSTALL file? Compilation of static library - If you would like to use the static ALSA library, you need to use these options for the configure

Re: [Alsa-devel] Mixer controls - simple x extended

2002-04-16 Thread Kasparek Tomas
On Sat, 13 Apr 2002, Patrick Shirkey wrote: --- Paul Davis [EMAIL PROTECTED] wrote: but keep in mind that alsamixer will not be able to do everything that the control API allows unless it becomes very complex. its not clear that this is a good idea. most people who want character-based

Re: [Alsa-devel] PCM Rate Plugin

2002-04-12 Thread Kasparek Tomas
On Thu, 11 Apr 2002, Takashi Iwai wrote: Hi Kasparek, But for native ALSA recoding on frequency other that defined in card ends with arecord saying everything is fine, but created file contains just header. My driver is requested to capture on some near rate in this case. well, then

Re: [Alsa-devel] PCM Rate Plugin

2002-04-12 Thread Kasparek Tomas
On Fri, 12 Apr 2002, Jaroslav Kysela wrote: On Fri, 12 Apr 2002, Kasparek Tomas wrote: well, then it's a bug of alsa-lib. could you explain the symptom more precisely? I have solved this yet. Original behavior (using pcm.default) was: - using rate supported by card - mono

[Alsa-devel] RE: UDA1341TS (iPAQ H3X00) sound driver for ALSA

2002-04-12 Thread Kasparek Tomas
On Fri, 12 Apr 2002, Hicks, Jamey wrote: -Original Message- From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED]] Subject: Re: UDA1341TS (iPAQ H3X00) sound driver for ALSA On Wed, Apr 10, 2002 at 09:55:43AM -0400, Hicks, Jamey wrote: -Original Message- From:

Re: [Alsa-devel] RE: UDA1341TS (iPAQ H3X00) sound driver for ALSA

2002-04-11 Thread Kasparek Tomas
Hi, I have just created tiny web page with some aditional information. http://www.stud.fee.vutbr.cz/~xkaspa06/ipaq/ Bye -- Tomas Kasparek (sioux, xkaspa06) tomas.kasparek@[seznam.cz,volny.cz] [EMAIL PROTECTED] student FIT VUT Brno

Re: [Alsa-devel] RE: UDA1341TS (iPAQ H3X00) sound driver for ALSA

2002-04-10 Thread Kasparek Tomas
On Wed, 10 Apr 2002, Takashi Iwai wrote: I would prefer that the ALSA driver for the iPAQ have a different name than the OSS driver for the iPAQ, since they have different interfaces. How about h3600-alsa? No. Please pick a relevant name. H3600 is not the only device

[Alsa-devel] ANNOUNCE: ALSA driver for Compaq iPAQ

2002-03-28 Thread Kasparek Tomas
Hi all, first, partly usable, version of ALSA driver for Compaq iPAQ with Philips UDA1341TS sound chip is avaiable in ALSA CVS (alsa-driver/arm, alsa-driver/i2c/l3) Enjoy it! Bye -- Tomas Kasparek (sioux, xkaspa06) Tomas.Kasparek@[seznam.cz,volny.cz] [EMAIL

[Alsa-devel] Meaning of pointer operations

2002-03-22 Thread Kasparek Tomas
Hi all, I would like to ask you , ALSA gurus for some help. What is exact meaning if pointer operations. I know, that it should return offset in DMA buffer. What I'm not sure about is unit - should the offset be in frames or in bytes. And should it be offset against begin of DMA buffer

[Alsa-devel] Where to find constants for snd_magic_cast()

2002-03-22 Thread Kasparek Tomas
Hi all, Please, I tried to enable debugging for alsa-driver. For this I need to add my own constants for snd_magic_cast(). How are these constants construct and how this magic function works? What is actual status of kernel API documentation. Sources are commented poorly and there's no notice

Re: [Alsa-devel] Alsa 0.9.0beta10 doesn't compile with linux 2.5.2

2002-01-17 Thread Kasparek Tomas
On Wed, 16 Jan 2002, Helge Hafting wrote: I use alsa 0.9.0beta10 for sound. It used to work fine, but don't compile with linux kernel 2.5.2. This seems to be a problem with the kdev_t type that have changed lately. Is there a patch for this? Helge Hafting Here is a patch to get