Re: [Alsa-devel] direct midi event dispatching

2004-05-24 Thread Clemens Ladisch
Gilles Dégottex wrote: Why SND_SEQ_EVENT_NOTE event doesnt accept direct dispatching ? technicaly, there is surely a reason, but conceptualy, I dont see. Why do a difference ? SND_SEQ_EVENT_NOTE isn't a 'real' event but gets split into two events, SND_SEQ_EVENT_NOTE_ON and _OFF, and the latter

[Alsa-devel] [PATCH] em10k1x fixes

2004-05-24 Thread Martin Langer
Hi, here is a patch with some emu10k1x fixes: - it adds emu10k1x to the Makefile - include sound/info.h added - move snd_iprintf to the right position; it compiles now - fix typo in snd_iprintf bye, martin -- Living on earth may be expensive,

Re: [Alsa-devel] [PATCH] em10k1x fixes

2004-05-24 Thread Takashi Iwai
At Mon, 24 May 2004 19:00:54 +0200, Martin Langer wrote: Hi, here is a patch with some emu10k1x fixes: - it adds emu10k1x to the Makefile it's not needed. emu10k1 is already in alsa-kernel/pci/Makefile. - include sound/info.h added - move snd_iprintf to the right position; it

Re:[Alsa-devel] line in not supported Audigy and Audigy2 ?

2004-05-24 Thread Peter Zubaj
Hi, If you think Line In on back side of card then: try to unmute and set volume for Line In Analog Mix (best 100 %) Front (best 100 %) Master (best 100 %) I am sure that it works on audigy 1. Peter Zubaj http://www.logofun.pobox.sk - urobte radost

[Alsa-devel] 1.0.5rc1 release

2004-05-24 Thread Jaroslav Kysela
Hi all, ALSA 1.0.5rc1 is out. Please, report (especially compilation) problems. Thanks, Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project, SuSE Labs

[Alsa-devel] ATI IXP SPDIF

2004-05-24 Thread Alex Song
hi, i am trying to get SPDIF output working on ATI IXP/Realtek ALC655 and i am using atiixp.c from cvs (version 1.9) and linux kernel 2.6.5. i tried playing back wav files through aplay and ac3 files with ac3play and i couldn't get any output from either SPDIF over AC97 or SPDIF Direct. analog

[Alsa-devel] Advanced 5.1 + DMIX configuration problems...

2004-05-24 Thread Bradee-oh!
I've posted the following message on the alsa-user list a few times and gotten no response. Especially since it's a fairly complicated setup and probably a rare one that could reveal certain bugs that wouldn't be found otherwise, I thought I'd give the development list a shot so the people

[Alsa-devel] emu10k1x patch

2004-05-24 Thread [EMAIL PROTECTED]
A few minor fixes to the emu10k1x driver. Also, it would be nice to update the soundcards page to list it as supported (mention that only PCM playback is currently supported). I will try to test a few more things before 1.0.5 gets final, I hope. Francisco Index: pci/emu10k1/emu10k1x.c