[Alsa-devel] Re: 1.0.2 release

2004-01-27 Thread Vladimir Dergachev
-driver-1.0.0-rc2 and it works fine. best Vladimir Dergachev PS The configure command used was ./configure --with-sequencer=yes --with-oss=yes --with-cards=intel8x0m --- The SF.Net email is sp

Re: [Alsa-devel] OSS broken in 1.0.0-pre3

2003-11-29 Thread Vladimir Dergachev
On Sat, 29 Nov 2003, Jaroslav Kysela wrote: > On Sat, 29 Nov 2003, Vladimir Dergachev wrote: > > > > > OSS emulation does not appear to work on my sytem : > > Dual Athlon 1800, Linux kernel 2.4.23, ALSA 1.0.0-pre3. > > > > Both artsd and quake are brok

[Alsa-devel] OSS broken in 1.0.0-pre3

2003-11-29 Thread Vladimir Dergachev
Vladimir Dergachev --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http

[Alsa-devel] Re: [GATOS]AVView recording sound error

2002-09-29 Thread Vladimir Dergachev
On 29 Sep 2002, Peter Osterlund wrote: > Vladimir Dergachev <[EMAIL PROTECTED]> writes: > > > On 7 Jul 2002, Sean Walker wrote: > > > > > If I try and record with an alsa device selected, I get the following > > > error: > > > > &g

Re: [Alsa-devel] ES1978

2002-09-09 Thread Vladimir Dergachev
kernel expects the hardware to notify it when clock is being reduced.. Things to check: does you kernel have APM or ACPI support compiled in ? Does it help if you turn off ACPI support in kernel and use APM ? best Vladimir Dergachev > > es1978.c

[Alsa-devel] overrun

2001-12-26 Thread Vladimir Dergachev
What does one do with a PCM device if overrun occurs ? For reason it keeps returning -EPIPE, and complains when I try to reset it. thanks ! Vladimir Dergachev ___ Alsa-devel mailing list [EMAIL PROTECTED

Re: [Alsa-devel] Another alsa mixer

2001-12-20 Thread Vladimir Dergachev
On Thu, 20 Dec 2001, Jaroslav Kysela wrote: > On Thu, 20 Dec 2001, Vladimir Dergachev wrote: > > > Yet another alsa mixer (done by interface alsa libs to Tcl/Tk) is > > available at http://gatos.sf.net . It is part of AVview - for standalone > > mixer run alsa_mixer.

[Alsa-devel] Another alsa mixer

2001-12-20 Thread Vladimir Dergachev
ake use of snd_ctl_elem_info_get_item_name. Vladimir Dergachev ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

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->e

[Alsa-devel] Library API questions

2001-12-19 Thread Vladimir Dergachev
thanks ! Vladimir Dergachev ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] Hercules Game Theater XP.

2001-12-18 Thread Vladimir Dergachev
been in cirrus website and they seem to have everything else). Does anyone know if Cirrus bought DSP cores a couple of years ago and from whom ? thanks Vladimir Dergachev ___ Alsa-devel mail

Re: [Alsa-devel] plughw or hw?

2001-12-17 Thread Vladimir Dergachev
ck like "plughw:N,0" ? Just to make sure there is no misunderstanding - even with .asoundrc I can still use hw:CARD=%i to enumerate physical sound devices, right ? Vladimir Dergachev > > --p > ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] snd_ctl_open mode

2001-12-17 Thread Vladimir Dergachev
On 17 Dec 2001, Josh Green wrote: > On Sun, 2001-12-16 at 20:59, Vladimir Dergachev wrote: > > > > What are the possible values one can pass to snd_ctl_open in mode field ? > > > > Vladimir Dergachev > > SND_CTL_NONBLOCK, SND_

[Alsa-devel] snd_ctl_open mode

2001-12-16 Thread Vladimir Dergachev
What are the possible values one can pass to snd_ctl_open in mode field ? Vladimir Dergachev ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] plughw or hw?

2001-12-16 Thread Vladimir Dergachev
ult" in the keybd entry to start If, for example, this is a settop box like interface the user is not supposed to use the keyboard. Btw, it seems that using "hw:CARD=0" does the thing for me. So now I have to figure out what to do with snd_ctl_elem_list_t.

[Alsa-devel] which mixer interface

2001-12-16 Thread Vladimir Dergachev
Which mixer interface should I use: selem or plain ctl ? Vladimir Dergachev ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] plughw or hw?

2001-12-16 Thread Vladimir Dergachev
learning to use the alsa library. Could you explain to me how to do the following: the user has a TV capture card with audio-out that is plugged in into one of the sound cards installed in the system. I need to ask user which card and which input s/he plugged the TV audio into. How do I do that ? (