To get 0.9.0beta12 to compile on Debian/Alpha (kernel 2.4.19pre7), I
need the following patch:
diff -Br -b -U 3 -N alsa-driver-0.9.0beta12/include/adriver.h
alsa-driver-0.9.0beta12-alpha/include/adriver.h
--- alsa-driver-0.9.0beta12/include/adriver.h Fri Feb 15 13:09:44 2002
+++ alsa-driver-0.
This is a Debian/Alpha box, running the latest from testing.
./configure in the alsa-driver-0.9.0-beta11 dir gives me:
ALPHA :./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-c
On Tue, Jan 01, 2002 at 07:08:54AM -0500, Ben Bogart - FMPM/F1999 wrote:
> So I finally managed to get alsa-driver, -lib and -util to compile
> without errors. but I don't get any sound...
>
> I'm using snd-card-ens1371 (SB PCI 128)
> i've run "amixer set PCM 100 unmute" to unmute and then i ru
On Tue, Jan 01, 2002 at 12:41:06PM +1300, Kevin Gordon wrote:
> Just checked the model number CT4810 at the Creative Support Site and they
> say my card is called Sound Blaster Ensoniq AudioPCI. Checked for a Linux
> driver and they say no driver at present. The number on the main chip is
> Creati
gcc -DALSA_BUILD -D__KERNEL__ -O2 -fno-strength-reduce -mno-fp-regs -ffixed-8
-mcpu=ev5 -DLINUX -Wall -Wstrict-prototypes -fomit-fr
ame-pointer -pipe -I/usr/src/linux/include -I.. -c -o isadma.o isadma.c
{standard input}: Assembler messages:
{standard input}:38: Error: macro requires $at regist
I had a rather difficult experience getting it to compile, needing this
patch (which is an awful hack) to get anywhere beyond assembler error
messages ("Error: macro requires $at register while noat is in effect")
It seems this happens when compiling for an Alpha ev5 cpu on when the
kernel is comp