[Alsa-devel] 1.0.0pre2 - ymfpci

2003-11-23 Thread tom burkart
The problem I reported several times is still present. Problem: Toshiba Tecra Notebook (Yamaha YMF-744B) still has scratchy, unintelligible sound output. kernel 2.4.22, alsa-driver 1.0.0pre2 Yet, the ymfpci kernel module (OSS) works fine. Please advise on how I can help to debug this. tom. -

Re: [Alsa-devel] fedora core alsaconf patch

2003-11-23 Thread Fernando Pablo Lopez-Lezcano
> I think we need a similar extension to support Mandrake, after > installation from the sources all modules in modules.conf where gone, > except the ones from alsa.. :-) I think the patch will fix mandrake too. I have the dubious honor of being able to claim ownership of the original bug :-( An

Re: [Alsa-devel] Occasional metallic sound when recording (cs46xx)

2003-11-23 Thread Christian Esken
On Friday 24 October 2003 15:18, Takashi Iwai wrote: > At Thu, 23 Oct 2003 15:01:50 -0400, > > Eloy A. Paris wrote: > > Hello, > > > > Wilfried Weissmann <[EMAIL PROTECTED]> writes: > > > i also have the same problem with speakfreely with my cs46xx. > > > > I'm sorry for you but am happy at the sam

Re: [Alsa-devel] how to write a mixer using alsa lib api ?

2003-11-23 Thread Christian Esken
On Tuesday 21 October 2003 11:16, Tommi Sakari Uimonen wrote: > > and I want to know where I find some documnent to know > > how to use these alsa lib api,namely,I want a > > specification of these api,thanks a lots . > > http://www.alsa-project.org/alsa-doc/alsa-lib/ Nice hint. But your comment i

Re: [Alsa-devel] snd_pci_compat_release_region fix for 2.2

2003-11-23 Thread Martin Langer
On Sun, Nov 23, 2003 at 03:45:57PM +0100, Martin Langer wrote: > > here is another fix for 2.2 kernels: > > --- acore/pci_compat_22.c.ORIGINALSun Nov 23 14:41:21 2003 > +++ acore/pci_compat_22.c.FIX Sun Nov 23 15:38:37 2003 > @@ -371,7 +371,7 @@ > return -EBUSY; > } > > -void snd_pci

[Alsa-devel] alsa-lib mixer-interface: snd_mixer_selem_get_capture_switch()

2003-11-23 Thread Christian Esken
Hello, I have problems with snd_mixer_selem_get_capture_switch(elem,pos,&value) in my KMix mixer application. The "value" returned does *not* reflect the actual state in all cases. Probably I am doing something wrong, if somebody could throw me a hint I would be more than happy. I have investiga

[Alsa-devel] hdsp update

2003-11-23 Thread Thomas Charbonnel
Hi, The attach patch fixes problems with speed modes for H9632 cards (many thanks to Pentti Ala-Vannesluoma for testing the driver and helping finding bugs), and the AutoSync mode issue (for all cards) reported by Anders Torger at the end of september. A new version of hdspmixer is also available

[Alsa-devel] snd_pci_compat_release_region fix for 2.2

2003-11-23 Thread Martin Langer
here is another fix for 2.2 kernels: martin --- acore/pci_compat_22.c.ORIGINAL Sun Nov 23 14:41:21 2003 +++ acore/pci_compat_22.c.FIX Sun Nov 23 15:38:37 2003 @@ -371,7 +371,7 @@ return -EBUSY; } -void snd_pci_compat_release_region(struct pci_dev *pci, int bar) +void snd_pci_c

Re: [Alsa-devel] problems on alpha

2003-11-23 Thread Martin Langer
On Tue, Nov 18, 2003 at 11:09:12AM +0100, Takashi Iwai wrote: > At Mon, 17 Nov 2003 22:26:54 +0100, > Martin Langer wrote: > (snip) > > > grrr, they don't exist on 2.2 kernels... > > > we need a wrapper for them. > > > > > > > It's time to say good-bye to 2.2 users... > > i fixed (part of) these

Re: [Alsa-devel] Small controls bug

2003-11-23 Thread Jaroslav Kysela
On Sun, 23 Nov 2003, Giuliano Pochini wrote: > If I try to register two different controls which have the same name, it does > not fails very nicely. It does not call the .dev_free callback and it doesn't > free a lot of stuff: There is a clear path in the snd_ctl_add() function. Did you check th

[Alsa-devel] Small controls bug

2003-11-23 Thread Giuliano Pochini
If I try to register two different controls which have the same name, it does not fails very nicely. It does not call the .dev_free callback and it doesn't free a lot of stuff: Nov 22 23:55:53 localhost kernel: ALSA ../alsa-kernel/core/memory.c:81: kmalloc(5) from e501bc78 not freed Nov 22 23:55