Re: [Alsa-devel] ALSA instrument API

2002-04-04 Thread Richard Bown
Juan Linietsky wrote: > I'm interested in extending the api only for retrieval of info about > bank names/info, patch names/info and controller names. Info would > default to some midi standard defaults. What do you have in mind for > an instrument api? I don't have anything in mind for the in

[Alsa-devel] patch needed for powermac driver in 0.9beta12

2002-04-04 Thread Jack Howarth
Hello, The alsa-driver 0.9beta12 release is unable to build the snd-powermac driver on ppclinux due to 1) a change in the api to the snd_power_lock call that wasn't migrated into pmac.c and 2) missing includes for linux/delay.h in awacs.c and keywest.c which result in unresolved symbols for

[Alsa-devel] alsa09 sound for portable computers

2002-04-04 Thread James Courtier-Dutton
Hello I have just managed to get alsa09 sound to work on my portable after a lot of difficulty with neither alsa or oss modules loading. I would like to suggest that we start adding an alsa09 howto for Portable PC users. It would have: - Name of PC, sample modules.conf line to use. My old por

Re: [Alsa-devel] Number of subdevices on midi.

2002-04-04 Thread Peter Enderborg
Jaroslav Kysela wrote: > On Wed, 3 Apr 2002, Peter Enderborg wrote: > > > I have tryed to get some answer from Jaroslav about subdevices on midi. > > Im trying to write a driver for midisport 8x8/s and that have 9 midi > > ports. On my hack to figure out the protocol I use virmidi to handle the >

Re: [Alsa-devel] Migration from 0.5 to 0.9?

2002-04-04 Thread James Courtier-Dutton
Leif Lindholm wrote: >Hello > >I'm working on a set-top-box based on the National Semiconductor SC1200 >Geode integrated microprocessor. > >National have been nice enough to write an Alsa-driver for the built-in >AC97-controller/audio thingy - unfortunetaly it is written for 0.5.10b. > >So now I

Re: [Alsa-devel] ALSA instrument API

2002-04-04 Thread Juan Linietsky
On Thu, 04 Apr 2002 09:31:56 -0500 Paul Davis <[EMAIL PROTECTED]> wrote: > >Thanks to Maarten I've got involved in implementing ALSA support for > >Rosegarde n 4. I've been browsing the ALSA API and patching together > >a driver layer to give u s a general framework we can share between > >ALSA

[Alsa-devel] Spams

2002-04-04 Thread Juhana Sadeharju
Can somebody put a html/attachment etc. filter for this list? Similar to what is being added to linux-audio-dev. It should remove the spams. Juhana ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] ALSA instrument API

2002-04-04 Thread Paul Davis
>Thanks to Maarten I've got involved in implementing ALSA support for >Rosegarde n 4. I've been browsing the ALSA API and patching together >a driver layer to give u s a general framework we can share between >ALSA and aRts. The ALSA Instrument API looks promising but so far I >can't find much o

Re: [Alsa-devel] question about aplay code (v0.5.10)

2002-04-04 Thread Paul Davis
>> Hi! >> >> I tried to write some programs for sound processing recently. Most of it >> went very well, but some questions about the aplay code (version 0.5.10), please do not use ALSA 0.5.X anymore. it is old and no longer under development. it has many design issues that are fixed in ALSA 0.

[Alsa-devel] Migration from 0.5 to 0.9?

2002-04-04 Thread Leif Lindholm
Hello I'm working on a set-top-box based on the National Semiconductor SC1200 Geode integrated microprocessor. National have been nice enough to write an Alsa-driver for the built-in AC97-controller/audio thingy - unfortunetaly it is written for 0.5.10b. So now I need to modify this one to use

[Alsa-devel] question about aplay code (v0.5.10)

2002-04-04 Thread Kuball, Martin
> Hi! > > I tried to write some programs for sound processing recently. Most of it > went very well, but some questions about the aplay code (version 0.5.10), > which I used as example, remain unanswered. Maybe some of you can help me. > > The first is: In the capture_go method a buffer is fil

[Alsa-devel] ALSA instrument API

2002-04-04 Thread Richard Bown
Hi, Thanks to Maarten I've got involved in implementing ALSA support for Rosegarden 4. I've been browsing the ALSA API and patching together a driver layer to give us a general framework we can share between ALSA and aRts. The ALSA Instrument API looks promising but so far I can't find much on i

[Alsa-devel] RTC timer questions

2002-04-04 Thread Maarten de Boer
Hello, I sent the following to the list, but did not get any answer, so I repost, and will elaborate a bit on it. > Hello, I noticed that the alsa rtctimer is not compiled when you have > the RTC in your kernel as a module. The problem is in > alsa-kernel/core/Makefile, where CONFIG_RTC is teste

Re: [Alsa-devel] alsa rtctimer not compiled when having rtc as a module

2002-04-04 Thread Juan Linietsky
On Thu, 4 Apr 2002 10:02:23 +0200 (CEST) Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > On Wed, 3 Apr 2002, Juan Linietsky wrote: > > > On Tue, 02 Apr 2002 16:15:04 +0200 > > root <[EMAIL PROTECTED]> wrote: > > > > > > > > Hello, > > > > > > I noticed that the alsa rtctimer is not compiled when