From alsa-devel-owner@alsa.jcu.cz  Fri Aug 28 04:10:15 1998
Received: from umr.edu (hermes.cc.umr.edu [131.151.1.68])
	by marvin.jcu.cz (8.8.8/8.8.8) with ESMTP id EAA11816
	for <alsa-devel@alsa.jcu.cz>; Fri, 28 Aug 1998 04:09:55 +0200
Received: from AeroSpace.miango.com (dfries.student.umr.edu [131.151.188.49]) via ESMTP by hermes.cc.umr.edu (8.8.7/R.4.20) id VAA22359; Thu, 27 Aug 1998 21:09:53 -0500 (CDT)
Received: (from david@localhost)
	by AeroSpace.miango.com (8.8.8/8.8.7/Debian/GNU) id NAA01154
	for alsa-devel@alsa.jcu.cz; Thu, 27 Aug 1998 13:54:31 -0500
Message-ID: <19980827135430.A1140@AeroSpace.miango.com>
Date: Thu, 27 Aug 1998 13:54:30 -0500
From: David Fries <dfries@mail.win.org>
To: alsa-devel@alsa.jcu.cz
Subject: 2.1.118 alsa problems
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

I re-compiled 0.2.0-pre4 for the 2.1.118 SMP kernel and it doesn't want to
work correctly.  The first time I go to play a mpg123 it takes 100%cpu for
the first time it plays to both pcm and dsp_gf1.  After I kill them they
can't open the device anymore.  Also, each time I run amixer the usage
count for the snd-gusmax goes up by one.

I just updated the source tree by cvs, did autoconf, ./configure, make and
I'm getting this error.
make[1]: Leaving directory
`/home/david/programming/projects/alsa/alsa-driver/kernel'
make[1]: Entering directory
`/home/david/programming/projects/alsa/alsa-driver/lowlevel'
make[2]: Entering directory
`/home/david/programming/projects/alsa/alsa-driver/lowlevel/generic'
gcc -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D__SMP__
-DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
-I/usr/src/linux/include -I../../include -c -o ak4531_codec.o
ak4531_codec.c
ak4531_codec.c: In function `snd_ak4531_recsrc':
ak4531_codec.c:67: `ensoniq' undeclared (first use this function)
ak4531_codec.c:67: (Each undeclared identifier is reported only once
ak4531_codec.c:67: for each function it appears in.)
make[2]: *** [ak4531_codec.o] Error 1
make[2]: Leaving directory
`/home/david/programming/projects/alsa/alsa-driver/lowlevel/generic'

AeroSpace:/proc/sound$ cat /proc/modules 
snd-gusmax              3420  56
snd-gus                27212   0 [snd-gusmax]
snd-cs4231              7532   0 [snd-gusmax]
snd-synth               1108   0 [snd-gus]
snd-timer               2804   0 [snd-gus snd-cs4231]
snd-midi               11968   0 [snd-gusmax snd-gus]
snd-pcm1-oss           12644   2
snd-pcm1               15640   0 [snd-gus snd-cs4231 snd-pcm1-oss]
snd-pcm                 5124   0 [snd-gusmax snd-gus snd-cs4231 snd-pcm1-oss snd-pcm1]
snd-mixer              12572  -2 [snd-gusmax snd-gus snd-cs4231 snd-pcm1-oss]
snd                    23872  -1 [snd-gusmax snd-gus snd-cs4231 snd-synth snd-timer snd-midi snd-pcm1-oss snd-pcm1 snd-pcm snd-mixer]
serial                 17220   0
lp                      3904   0 (unused)
parport_pc              4948   1
parport                 6368   1 [lp parport_pc]
bsd_comp                3428   1
psaux                   2352   1
ne                      5896   1
3c59x                  16428   1
8390                    5784   0 [ne]


-- 
		+---------------------------------+
		|      David Fries                |
		|      dfries@mail.win.org        |
		+---------------------------------+

