[Alsa-devel] [PATCH] alsa-utils rpm spec update

2003-03-06 Thread Ronny V. Vindenes
Cleanup the alsa-utils rpm spec: * removed wrongly included doc file * changed BuildRoot from /var/tmp to %{_tmppath} * use standard rpm macros for %build %install * updated dependencies -- Ronny V. Vindenes [EMAIL PROTECTED] --- /tmp/alsa-utils.spec.in 2003-03-05 23:54:34.0

[Alsa-devel] [PATCH] alsa-driver rpm spec update

2003-03-06 Thread Ronny V. Vindenes
Cleanup the alsa-lib rpm spec: * change BuildRoot from /var/tmp to %{_tmppath} * use standard rpm macros for %build * simplify %install * updated dependencies -- Ronny V. Vindenes [EMAIL PROTECTED] --- /tmp/alsa-driver.spec.in2003-03-03 18:15:49.0 +0100 +++ alsa-driver.spec.in

Re: [Alsa-devel] [PATCH] envy24control for GTK+ 2.0

2003-03-06 Thread Ronny V. Vindenes
On Tue, 25 Feb 2003, Takashi Iwai wrote: At Mon, 24 Feb 2003 13:55:18 +0100 (CET), Ronny V. Vindenes [EMAIL PROTECTED] wrote: Here's a trivial patch against cvs that converts envy24control to use gtk2, it doesn't fix any of the gui problems so envy24control is still fundamentally

[Alsa-devel] ALSA driver for AD1881 ?

2003-03-06 Thread Prince.John
Hi, I have a Hitachi SH4 based evaluation board with an AD1881 codec (onboard). It is an AC'97 compliant codec. I'm in need of an ALSA driver for the same. Is there an ALSA driver already available for AD1881? If not where should I start to develop a driver for it? I have gone through the

[Alsa-devel] AWE ISA correction + a new question

2003-03-06 Thread Roberto De Leo
Hi, the user that had reported a code CTL00e3 told me that he had made a mistake and that the code was actually CTL00c3, so the problem disappeared. Sorry about that! Still, I have a question about the isa cards autodetection. I first tried the isapnpmodules.c program but for some reason it was

Re: [Alsa-devel] alsa-kernel oss part warnings

2003-03-06 Thread Andrei Boros
On 2.2.23 kernel I get a lot of warnings like : They don't seem to be serious, thougth I'd mention it. gcc -D__KERNEL__ -DMODULE=1 -I/serve/install/alsa-cvs/alsa-driver/include -I/usr/src/linux/include -O2

RE: [Alsa-devel] AC3 passthru intel8x0 + cs4299

2003-03-06 Thread Zierath Bernd
Hi, right now I'm trying to change the slot mapping register 0x5e, clear AMAP bit set new slot but nothing 0x5e is still 0x ? CU Bernd Zierath -Original Message- From: Zierath Bernd Sent: Fri 2/28/2003 11:31 AM To: [EMAIL PROTECTED] Cc:

[Alsa-devel] unresolved bugs in the Debian BTS

2003-03-06 Thread Jordi Mallach
Hello! As promised, here are the bugs we have on our bug tracking system. I hope some will have been fixed in some recent release and we haven't been able to confirm. Others have been reported against rc7 (what is in Debian, currently). All the logs for a given bugs are in

[Alsa-devel] Re: unresolved bugs in the Debian BTS

2003-03-06 Thread Jordi Mallach
On Thu, Mar 06, 2003 at 07:17:13PM +0100, Jordi Mallach wrote: As promised, here are the bugs we have on our bug tracking system. Damn, forgot a nice one: Bug #100041: /dev/music MIDI adds unwanted staccatos on first long note after seq_reset() Have a look at

[Alsa-devel] problems with gcc 3.2.2 update

2003-03-06 Thread Paul Davis
i backpedaled to 2.4.20 (vanilla, no patches). i grabbed this morning's ALSA CVS. i used the simplest kernel config i could come up with for my system. i recompiled everything, reinstalled, rebooted (several times, in fact). the system runs fine for kernel compiles, X, browsing, emacs,

Re: [Alsa-devel] HDSP 9652 MIDI IN - stuck notes

2003-03-06 Thread Mark Knecht
Takashi-san, Was this of any use? Are you looking into this, or do you need more data? Thanks, Mark On Fri, 2003-02-28 at 05:09, Mark Knecht wrote: On Fri, 2003-02-28 at 04:56, Mark Knecht wrote: at least, we need to check whether the interrupts for MIDI are generated properly.

[Alsa-devel] incomplete type?!?

2003-03-06 Thread Giuliano Pochini
I can't compile spin_lock(lock): echoaudio.c:237: dereferencing pointer to incomplete type I try to compile my module with the same args, defines and includes of azt3328.c. Spinlock operations expands to exactly the same stuff according cpp, but azt3328 compiles fine. What am I missing ?

[Alsa-devel] compiling pcm_jack fails

2003-03-06 Thread Martin Langer
Hi, using latest CVS on a jack-free system produces a lot of output. I've never saw that before during make build. For me it looks like a consequence of moving jack plugin to a new directory. martin make[4]: Entering directory /usr/local/src/alsa-cvs/alsa-lib/src/pcm/ext' /bin/sh

[Alsa-devel] alsa + xine problem

2003-03-06 Thread Pieter Palmers
Hi, anyone knows what this output means? It's from Xine: audio_alsa_out: Audio Device name = iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2 audio_alsa_out: Number of channels = 2 ALSA lib dlmisc.c:107:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_hook_ctl_elems_install ALSA lib

[Alsa-devel] [PATCH] athlon/crusoe compiler options

2003-03-06 Thread Matt Mercer
Hi, This trivial patch alters compile options for athlon and crusoe cpu-types to be compatible with gcc-3.x.x. Matt Mercr Index: configure.in === RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.142 diff -u

Re: [Alsa-devel] compiling pcm_jack fails

2003-03-06 Thread Jaakko Prättälä
On Friday 07 March 2003 00:10, Martin Langer wrote: using latest CVS on a jack-free system produces a lot of output. Do you mean you don't have jack installed? I think the next refers to the jack.h that comes with jack pcm_jack.c:36: jack/jack.h: No such file or directory Just a guess, though.