[Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Panagiotis Papadakos
I get the following error: gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: I get the following error: same with gcc 2.95.4! martin gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2 -mpreferred-stack-boundary=2

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: same with gcc 2.95.4! gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2

[Alsa-devel] [PATCH] amixer : allowing cget with parameters

2003-03-08 Thread Thomas Charbonnel
Hi, The attached patch allows retrieval of parameter dependent values with cget. Thomas. --- amixer.c.orig 2003-02-24 14:51:16.0 +0100 +++ amixer.c2003-03-08 12:40:53.0 +0100 @@ -378,7 +378,7 @@ } static int show_control(const char *space, snd_hctl_elem_t *elem, -

Re: [Alsa-devel] access to GPLONLY symbol SNAFU?

2003-03-08 Thread Jaroslav Kysela
On Fri, 7 Mar 2003, Florian Bomers wrote: Hi, just tried to ALSA 0.9.0rc8b on a stock-Redhat 8.0 with redhat kernel 2.4.18-14. I got a series of similar warnings: ... In file included from /root/alsa-driver-0.9.0rc8b/include/sound/driver.h:43, from

[Alsa-devel] s/pdif controls

2003-03-08 Thread Paul Davis
how are users supposed to set various s/pdif bits? the existing control formats involve massive bitfields that are totally impenetrenable to almost everyone. what is the strategy here? if someone wants to turn the pro/consumer bit on/off, what are they supposed to do?

Re: [Alsa-devel] SPDIF and cs46xx ?

2003-03-08 Thread Gregoire Favre
On Sat, Mar 08, 2003 at 06:28:54PM +0100, Benny Sjostrand wrote: Sure you are using the latest and greatest alsa-lib? course: ac3play: Unable to update the IEC958 control: No such file or directory, should not happen. I wasn't sure, but know I am: I use the latest CVS lib also... So the

Re: [Alsa-devel] problems with gcc 3.2.2 update

2003-03-08 Thread Manuel Jander
Hi, I'm writing an Audio driver (vortex) and when the DMA engine of the cards starts transferring data everything locks up. I'm using a simple linear DMA buffer, and i actually get playback but for only one period. If i disable the interrupt period elapsed calls the playback keeps playing the

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:40:52AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: cc1: Invalid option `-falign-functions=4' Removing that option really helps in my case.