[Alsa-devel] asoundrc

2001-12-19 Thread Alexander Ehlert
Hi, is there any documentation yet for the format of an asoundrc file? Cheers, Alex ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] plughw or hw?

2001-12-19 Thread Alexander Ehlert
Hi Paul, > Windows doesn't have ALSA. they have a two-bit device driver system > that isn't capable of half the subtlety of ALSA. as a result, they > don't have issues like "there is a PCM device corresponding to the > first 4 channels of a 26 channel card that I'd like you to use". As I don't o

Re: [Alsa-devel] asoundrc

2001-12-19 Thread Erik Inge Bolsø
On Wed, 19 Dec 2001, Alexander Ehlert wrote: >Hi, > >is there any documentation yet for the format of an asoundrc file? alsa-lib-0.9.0beta10a.tar.bz2: alsa-lib-0.9.0beta10a/doc/asoundrc.txt Hopefully even reasonably up-to-date... -- Erik I. Bolsø | email: The UNIX philosophy basically involve

Re: [Alsa-devel] set_period_size gives error: Invalid argument

2001-12-19 Thread Jaroslav Kysela
On Wed, 19 Dec 2001, Jack Moffitt wrote: > > You may try to use snd_pcm_hw_set_period_size_near(). There might be some > > hardware constraints which do not allow to use any integer period size. > > If you feel it's a bug, let me know. > > Same error with that as well. I think this is a bug. I

Re: [Alsa-devel] set_period_size gives error: Invalid argument

2001-12-19 Thread Jack Moffitt
> It seems that there is some code unfinished in the pmac driver > which is describing hardware constraints. Takashi, could you help us? But using snd-pcm-oss everything works fine. So I have to think that odd sample rates work somehow. jack. ___ Als

RE: [Alsa-devel] set_period_size gives error: Invalid argument

2001-12-19 Thread James Courtier-Dutton
When I see -22 returned, it normally means wrongly installed drivers. Most users who report -22 errors, find the solution is a re-install of alsa fixes it. This is what I have found from users of xine (http://xine.sf.net) which has alsa support. Cheers James > -Original Message- > From:

[Alsa-devel] Library API questions

2001-12-19 Thread Vladimir Dergachev
Couple of questions: a) when should one use snd_ctl_elem_info_free ? I am doing snd_ctl_elem_info_malloc(&(ad->einfo[j])); snd_hctl_elem_info(elem, ad->einfo[j]); and then snd_ctl_elem_info_free failes while attempting to lock som

Re: [Alsa-devel] set_period_size gives error: Invalid argument

2001-12-19 Thread Jack Moffitt
> When I see -22 returned, it normally means wrongly installed drivers. > Most users who report -22 errors, find the solution is a re-install of alsa > fixes it. > This is what I have found from users of xine (http://xine.sf.net) which has > alsa support. I'm fairly sure they're installed correct

Re: [Alsa-devel] plughw or hw?

2001-12-19 Thread Paul Davis
>As I don't own a Hammerfall card I'd like to know, how windows presents >your hammerfall hardware? How do you use the features of the Hammerfall >with Windows. It's certainly possible somehow to do multitrack recording >with windows, isn't it? They probably live of windows user, not of linux >sou

Re: [Alsa-devel] synth support with the CS4239 chip ?

2001-12-19 Thread Fabrice Bellet
On Tue, Dec 11, 2001 at 08:04:55AM +0100, Uros Bizjak wrote: > > Here is a sample of what I obtain in the logs : > > > ALSA opl3_midi.c:318: Note on, ch 0, inst 0, note 21, vel 111 > > ALSA opl3_midi.c:378: --> OPL3 instrument: > > ALSA opl3_midi.c:437: --> setting OPL3 connection: 0x1 > > A

Re: [Alsa-devel] Library API questions

2001-12-19 Thread Vladimir Dergachev
On Wed, 19 Dec 2001, Vladimir Dergachev wrote: > > Couple of questions: > > a) when should one use snd_ctl_elem_info_free ? > I am doing > > snd_ctl_elem_info_malloc(&(ad->einfo[j])); > snd_hctl_elem_info(elem, ad->einfo[j]); Never mind this one - I fig

Re: [Alsa-devel] synth support with the CS4239 chip ?

2001-12-19 Thread Uros Bizjak
Hello! > Is the opl3 autodetection supposed to fail for this chipset ? Yes. Autodetection is made by changing timer value. In CirrusLogic case, and according to comment, there is no OPL3 timers in Cirrus Logic's chips. switch (opl3->hardware) { /* some hardware doesn't suppor