Re: [Alsa-devel] the emu10k1 midi bug

2004-03-15 Thread Clemens Ladisch
Ove Kaaven wrote: - wavetable drops notes sometimes. (a good test example wanted.) I've encountered this randomly sometimes, but I think I also have an example of the opposite - a note that is never turned off - that manifests every single time for me. So I'm wondering if anyone else can

Re: [Alsa-devel] No more beep under kernel 2.6

2004-03-15 Thread Takashi Iwai
At Fri, 12 Mar 2004 23:48:53 +0100, Laurent Bigonville wrote: [1 text/plain; US-ASCII (7bit)] Hi, I have installed the last kernel version and I have no more beep but I still have sounds.(no problem under 2.4) I tried both with the included kernel version and some previous version but

Re: [Alsa-devel] Opening dev/dsp takes very long

2004-03-15 Thread Takashi Iwai
At Sat, 13 Mar 2004 21:01:05 +0100, Lars Heineken wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi ! I switched from 2.4 to 2.6 a few days ago and noticed this strange problem. Whatever program uses OSS-emulation takes 1-3 seconds to open /dev/dsp and start playing sound. It

Re: [Alsa-devel] ALSA Test suite

2004-03-15 Thread Takashi Iwai
At Sun, 14 Mar 2004 01:51:15 -0800 (PST), Jignesh Patel wrote: [1 text/plain; us-ascii (7bit)] [2 text/html; us-ascii (7bit)] Hi All, Is anybody working on ALSA testsuite? i don't know of... __or_ just testing it through available alsa-utils is enough. there are test codes in

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-15 Thread Takashi Iwai
At Mon, 15 Mar 2004 09:47:07 +1030 (CST), Jonathan Woithe wrote: Hi all I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to start audio playback (such as playing a video clip) the ALSA driver

Re: [Alsa-devel] [PATCH] Splitting CONFIG_SND_POWERMAC

2004-03-15 Thread Takashi Iwai
At Sun, 14 Mar 2004 23:59:51 -0500 (EST), Pavel Roskin wrote: [1 text/plain; US-ASCII (7bit)] Hello! I was compiling Linux 2.6.x for PowerPC and got compile errors: sound/built-in.o(.text+0x28828): In function `daca_init_client': : undefined reference to `i2c_smbus_write_byte_data'

[Alsa-devel] Terratec Aureon Sky 5.1

2004-03-15 Thread Simon Bucher
Hi, Ive been watching for news on this card (Terratec Aureon Sky 5.1) for some time now so i may get an answer before questioning... so here is my question now: Does spdif input work on that card ? ( working with aplay and arecord spdif output works fine but i never recorded anything...) So do

Re: [Alsa-devel] ALSA Test suite

2004-03-15 Thread James Courtier-Dutton
Takashi Iwai wrote: there are test codes in alsa-lib/tests directory. also James Courtier-Dutton wrote some neat test programs (i'd like to include them too). Takashi Although you have not asked me directly, feel free to include my test programs. I assume you are talking about the ones from: -

Re: [Alsa-devel] the emu10k1 midi bug

2004-03-15 Thread Ove Kaaven
man, 15.03.2004 kl. 10.14 skrev Clemens Ladisch: Ove Kaaven wrote: - wavetable drops notes sometimes. (a good test example wanted.) I've encountered this randomly sometimes, but I think I also have an example of the opposite - a note that is never turned off - that manifests every

Re: [Alsa-devel] ALSA Test suite

2004-03-15 Thread Takashi Iwai
At Mon, 15 Mar 2004 15:45:40 +, James Courtier-Dutton wrote: Takashi Iwai wrote: there are test codes in alsa-lib/tests directory. also James Courtier-Dutton wrote some neat test programs (i'd like to include them too). Takashi Although you have not asked me directly,

[Alsa-devel] problems with unresolved symbols in 2.4.25 and intel8x0

2004-03-15 Thread Jeremy Hall
Hello, I just did a cvs update -dP on my CVS because I was experiencing lockups when using intel8x0 and my drivers were a bit old. When I had finished running ./cvscompile in alsa-driver, alsa-lib, and alsa-tools along with appropriate make install's, this is the output I got when trying to

Re: [Alsa-devel] problems with Terratec Aureon Sky 5.1

2004-03-15 Thread Andreas Bulling
On Sun, Mar 14, 2004 at 05:59:38PM +0100, Jaroslav Kysela wrote: | [...] | So, you need something like: | | pcm.duplicate { | type plug | slave.pcm surround51 | route_policy duplicate | } | | And now, 'aplay -Dduplicate' will duplicate stream to all six channels. || On Sun,

Re: [Alsa-devel] ALSA Test suite

2004-03-15 Thread Florian Schmidt
On Mon, 15 Mar 2004 17:00:39 +0100 Takashi Iwai [EMAIL PROTECTED] wrote: oh thanks, it was under evaluation before getting permission ;) Hi, i don't know if my pcm config tester is in some way braindead [it sure is], and also it's far from complete. But if you guys feel that the program could

Re: [Alsa-devel] problems with unresolved symbols in 2.4.25 and intel8x0

2004-03-15 Thread Chris Rankin
--- Jeremy Hall [EMAIL PROTECTED] wrote: Hello, I just did a cvs update -dP on my CVS because I was experiencing lockups when using intel8x0 and my drivers were a bit old. When I had finished running ./cvscompile in alsa-driver, alsa-lib, and alsa-tools along with appropriate make

Re: [Alsa-devel] snd-usb-audio and midisport1x1 little hack fixes hotplug pb

2004-03-15 Thread Hartmut Geissbauer
Salut Mathieu, that fixes the issue with the 4x4 as well. Let's see what Takashi is thinking about to comment his code. ;-) Regards, Hartmut --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel

Re: [Alsa-devel] problems with unresolved symbols in 2.4.25 and intel8x0

2004-03-15 Thread Jeremy Hall
Hi, yes this helped, modules are working fine. I still get segv/core when I run alsactl store _J In the new year, Chris Rankin wrote: --- Jeremy Hall [EMAIL PROTECTED] wrote: Hello, I just did a cvs update -dP on my CVS because I was experiencing lockups when using intel8x0 and

Re: [Alsa-devel] ALSA Test suite

2004-03-15 Thread Doug
I wouldn't mind taking a look at it. I'm studying the ALSA driver / lib API right now and wrote a pcm player for the purpose of studying the API, and I do stuff like load it up with all the info and debug type alsa functions, experiment heavily with all of the hw_params functions on various

Re: [Alsa-devel] Opening dev/dsp takes very long

2004-03-15 Thread Lars Heineken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Takashi Iwai wrote: | try strace with -r option and check which call takes too long time. I have tried to run the application with the longest delay (~5 seconds) using 'strace -r' wich is an X-application. Unfortunately, it spills out a lot of text

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-15 Thread Jonathan Woithe
I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to start audio playback (such as playing a video clip) the ALSA driver panics with a divide by zero error. The decoded oops is found below.

Re: Fw: [Alsa-devel] drivers in alsa-driver tree with 2.6 kernels

2004-03-15 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 03/11/04 17:01, Sasha Khapyorsky wrote: Takashi, ALSA maintainer, is asking now for confirmations of 'intel8x0m' AC97 modem driver usage. If you are using this you may report your case to [EMAIL PROTECTED] - then the driver will be