Re: [Alsa-devel] Re: alsa 0.9.5 - ymfpci - Yay!

2003-07-17 Thread tom burkart
On Jul 17, Takashi Iwai wrote: > - unload alsa module, load oss, check the performance Ok, works as before. > - unload oss, and reload the alsa again. It didn't want to do it for quite a while - I eventually got to repeat it... There are a lot of artifacts in the sound that are not there when os

Re: [Alsa-devel] underrun behavior

2003-07-17 Thread Chris Raphael
Jaroslav, Thanks for your reply. I looked at the section of code you pointed to and wondered if you meant I should use snd_pcm_sw_params_stop_threshold() rather than start_threshold, as you suggested. I couldn't actually get snd_pcm_sw_params_get_boundary() to work since it wouldn't compile

Re: [Alsa-devel] underrun behavior

2003-07-17 Thread Jaroslav Kysela
On Thu, 17 Jul 2003, Chris Raphael wrote: > Thanks to the many people who have helped with my earlier questions. > > I am working on an application that simultaneously collects and plays > sound. About 4 out of 5 times the program runs fine, but occasionally > I have a problem with the input aud

[Alsa-devel] Small hdsp maintenance patch

2003-07-17 Thread Thomas Charbonnel
Hi, The attached patch : * fixes a typo in the number of channels for hdsp 9652 cards * fixes problems on hdsp9652 where the driver reported the firmware had to be loaded * adds an explicit warning about the fact that hardware metering is not supported yet for hdsp 9652 cards Thomas --- hdsp.c

[Alsa-devel] underrun behavior

2003-07-17 Thread Chris Raphael
Thanks to the many people who have helped with my earlier questions. I am working on an application that simultaneously collects and plays sound. About 4 out of 5 times the program runs fine, but occasionally I have a problem with the input audio and output audio drifting apart. This seems t

Re: [Alsa-devel] Re: snd-usb-audio hacking

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 08:18:03 -0700, Andrew Burgess wrote: > > I have a Griffin USB iMic that hard hangs 2.4.21ac just by running arecord and > then ^C. I got no response here a few weeks ago... does this happen still with the latest cvs? Takashi ---

[Alsa-devel] Re: snd-usb-audio hacking

2003-07-17 Thread Andrew Burgess
In mail.linux.alsa.devel I wrote: >USB/ALSA bugs are tough because of two distinct developer camps. >I have a Griffin USB iMic that hard hangs 2.4.21ac just by running arecord and >then ^C. I got no response here a few weeks ago... That sounds more whiney than I ment it. Sorry. My plan is to ke

[Alsa-devel] USB and 2.6.0-test1

2003-07-17 Thread Takashi Iwai
Hi, JFYI: i just played with 2.6.0-test1 and fixed the bugs of snd-usb-audio on cvs. not tested so much, but at least my usb speaker works as it did. note that you might need to reboot if you already loaded snd-usb-audio. unfortunately, 2.6.0-test1 includes not the latest version of ALSA. so,

[Alsa-devel] Re: [PATCH] Replace obsolete GCC initializers in alsa-lib [1/3]

2003-07-17 Thread Art Haas
On Thu, Jul 17, 2003 at 05:05:51PM +0200, Takashi Iwai wrote: > At Thu, 17 Jul 2003 07:45:34 -0500, > Art Haas wrote: > > > > Hi. > > > > This is the first of three patches. > > thanks! > > however, the patch looks not complete. > i noticed that forward is missing in some places. > > did you c

Re: [Alsa-devel] Reproducible deadlock w. alsa/maestro3 when sleeping (ACPI,) 2.6.0-test1

2003-07-17 Thread P. Christeas
> >>This time, I did NOT have 'artsd' (i.e. the client) loaded. What happened > >>was that the module was properly restored and I could load (and use) > >> artsd even after the resume. > >>That brings me to the first assumption/question I have made: is there > >>something wrong if we suspend two pa

[Alsa-devel] Re: OSS layer still doesn't ignore xruns.

2003-07-17 Thread Jaroslav Kysela
On Thu, 17 Jul 2003, Carlo Wood wrote: > On Tue, Jul 15, 2003 at 08:31:50PM +0200, Jaroslav Kysela wrote: > > I looked to the problem and it seems that the overrun state is handled > > differently in the OSS API than ALSA implemented. It seems that the stream > > is not stopped but rather the ol

[Alsa-devel] Re: snd-usb-audio hacking

2003-07-17 Thread Andrew Burgess
>Playback sort of works at this rate, using OSS emulation - it looks like >the device down-samples to 48kHz. I occasionally get oopses under ... >Is this the right place to be asking these questions, (or should I go >off to the usb dev lists etc.?).. My philosophy is to check the oops backtrac

Re: [Alsa-devel] Burgundy Auto-Mute problem

2003-07-17 Thread Ernst Persson
If you add an #include the patch works and everything runs fine, even with PMAC_SUPPORT_AUTOMUTE enabled. But now that I can run the drivers, I discover that I can't change any of the mixer controls. (as root:) amixer sset Master 100 Simple mixer control 'Master',0 Capabilities: pvol

Re: [Alsa-devel] [PATCH] Replace obsolete GCC initializers in alsa-lib [1/3]

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 07:45:34 -0500, Art Haas wrote: > > Hi. > > This is the first of three patches. thanks! however, the patch looks not complete. i noticed that forward is missing in some places. did you convert them manually? Takashi --

Re: [Alsa-devel] ALSA Driver Testing

2003-07-17 Thread Takashi Iwai
At Wed, 16 Jul 2003 07:40:08 -0700 (PDT), Prince John wrote: > Looks like, both utilities are looking for some config > files. The error happens during the search of some > sound > config files in conf.c file of ALSA lib. > > The .asoundrc file is kept at / and /root. The > alsa.conf file is plac

Re: [Alsa-devel] Re: alsa 0.9.5 - ymfpci - Yay!

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 21:09:05 +1000 (EST), tom burkart wrote: > > Today, Takashi Iwai wrote: > > > could you try once whether the oss ymfpci driver works? > > if it works, then unload it and start the ALSA again? > works, works. ok, then please try the following - apply the attach patch - reboot

[Alsa-devel] [PATCH] Replace obsolete GCC initializer syntax [3/3]

2003-07-17 Thread Art Haas
Hi. Here's the third patch. Index: alsa-lib/src/pcm/pcm_plug.c === RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_plug.c,v retrieving revision 1.122 diff -u -u -r1.122 pcm_plug.c --- alsa-lib/src/pcm/pcm_plug.c 12 Feb 2003 21:57:51 -00

[Alsa-devel] [PATCH] Replace obsolete GCC initializer syntax [2/3]

2003-07-17 Thread Art Haas
Hi. Here's the second patch. Index: alsa-lib/src/pcm/pcm_file.c === RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_file.c,v retrieving revision 1.59 diff -u -u -r1.59 pcm_file.c --- alsa-lib/src/pcm/pcm_file.c 7 Mar 2003 18:46:25 -

[Alsa-devel] [PATCH] Replace obsolete GCC initializers in alsa-lib [1/3]

2003-07-17 Thread Art Haas
Hi. This is the first of three patches. Index: alsa-lib/aserver/aserver.c === RCS file: /cvsroot/alsa/alsa-lib/aserver/aserver.c,v retrieving revision 1.56 diff -u -u -r1.56 aserver.c --- alsa-lib/aserver/aserver.c 18 Mar 2003 18:00

Re: [Alsa-devel] Patches for replacing obsolete GCC initializers

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 07:37:31 -0500, Art Haas wrote: > > On Thu, Jul 17, 2003 at 10:55:20AM +0200, Takashi Iwai wrote: > > At Wed, 16 Jul 2003 13:57:13 -0500, > > Art Haas wrote: > > > > > > Hi. > > > > > > I have a large set of patches removing the obsolete GCC structure > > > initializers and r

Re: [Alsa-devel] Patches for replacing obsolete GCC initializers

2003-07-17 Thread Art Haas
On Thu, Jul 17, 2003 at 10:55:20AM +0200, Takashi Iwai wrote: > At Wed, 16 Jul 2003 13:57:13 -0500, > Art Haas wrote: > > > > Hi. > > > > I have a large set of patches removing the obsolete GCC structure > > initializers and replacing them with C99 initializers. The total patch > > set is around

[Alsa-devel] Re: ALSA timer and 2.6.0-test1 panic

2003-07-17 Thread Måns Rullgård
Takashi Iwai <[EMAIL PROTECTED]> writes: >> I get thousands of these messages when using the ALSA timer in kernel >> 2.6.0-test1: > > there is an unblanced spinlock. > could you try the attached patch? It seems to work. Thanks. -- Måns Rullgård [EMAIL PROTECTED]

Re: [Alsa-devel] Re: alsa 0.9.5 - ymfpci - Yay!

2003-07-17 Thread tom burkart
Today, Takashi Iwai wrote: > could you try once whether the oss ymfpci driver works? > if it works, then unload it and start the ALSA again? While it works, I noticed a lot of arifacts in the sound that never used to be there... tom. Consultant AUSSECPhone: 61 4 1768 2202 339 Blaxland Rd., R

Re: [Alsa-devel] Re: alsa 0.9.5 - ymfpci - Yay!

2003-07-17 Thread tom burkart
Today, Takashi Iwai wrote: > could you try once whether the oss ymfpci driver works? > if it works, then unload it and start the ALSA again? works, works. tom. --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple op

Re: [Alsa-devel] ALSA timer and 2.6.0-test1 panic

2003-07-17 Thread Takashi Iwai
At Wed, 16 Jul 2003 13:38:54 +0200, Måns Rullgård wrote: > > > I get thousands of these messages when using the ALSA timer in kernel > 2.6.0-test1: there is an unblanced spinlock. could you try the attached patch? -- Takashi Iwai <[EMAIL PROTECTED]>SuSE Linux AG - www.suse.de A

Re: [Alsa-devel] Burgundy Auto-Mute problem

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 11:08:03 +0200, Ernst Persson wrote: > > Hi all! > > Now that the 2.6.0 kernel is out I'm trying to get ALSA working on my iMac > 266, since it's the default sound system now (and dmasound doesn't compile). > > The first problem was that everything locked up when the ALSA dr

[Alsa-devel] Burgundy Auto-Mute problem

2003-07-17 Thread Ernst Persson
Hi all! Now that the 2.6.0 kernel is out I'm trying to get ALSA working on my iMac 266, since it's the default sound system now (and dmasound doesn't compile). The first problem was that everything locked up when the ALSA drivers loaded. No error message, no kernel panic, just dead. And compilin

Re: [Alsa-devel] Patches for replacing obsolete GCC initializers

2003-07-17 Thread Takashi Iwai
At Wed, 16 Jul 2003 13:57:13 -0500, Art Haas wrote: > > Hi. > > I have a large set of patches removing the obsolete GCC structure > initializers and replacing them with C99 initializers. The total patch > set is around 70K and affects 34 files. Would it be acceptable to post > the patch in compre

Re: [Alsa-devel] Re: alsa 0.9.5 - ymfpci - Yay!

2003-07-17 Thread Takashi Iwai
At Thu, 17 Jul 2003 11:11:13 +1000 (EST), tom burkart wrote: > > On Jul 16, tom burkart wrote: > > > I finally have a working sound system on my Toshiba Notebook (Tecra 8100)! > Ok, it worked once, just after the kernel upgrade (with alsa 0.9.5) and > hasn't since... :-( i believe this is just a