[Alsa-devel] Re: [Alsa-user] Request for test of powermac driver

2002-05-20 Thread Michal Seta

Hi,

I'm having trouble compiling the new powermac driver:

gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/home/mis/CVS/alsa-driver/include 
-I/usr/src/linux/include -O2 -D__powerpc__ -fsigned-char -fno-builtin -msoft-float 
-ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DLINUX -Wall -Wstrict-prototypes 
-fomit-frame-pointer -pipe  -DKBUILD_BASENAME=powermac   -c -o powermac.o powermac.c
../alsa-kernel/ppc/powermac.c:40: warning: `snd_enable' defined but not used
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/home/mis/CVS/alsa-driver/include 
-I/usr/src/linux/include -O2 -D__powerpc__ -fsigned-char -fno-builtin -msoft-float 
-ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DLINUX -Wall -Wstrict-prototypes 
-fomit-frame-pointer -pipe  -DKBUILD_BASENAME=pmac   -c -o pmac.o pmac.c
In file included from pmac.c:1:
../alsa-kernel/ppc/pmac.c: In function `snd_pmac_new':
../alsa-kernel/ppc/pmac.c:1353: structure has no member named `mode'
make[1]: *** [pmac.o] Error 1
make[1]: Leaving directory `/home/mis/CVS/alsa-driver/ppc'
make: *** [compile] Error 1

any hints?

Mike

___
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] small enhancement to es1968.c

2002-05-20 Thread karsten wiese

hallo,

this one lets the volume reach maximum on both
channels also by using the extra volume-control-knobs
found on some laptops. 
the diff was run against the cvs - version of today.


--- es1968.c_cvsMon May 20 22:09:37 2002
+++ es1968.cMon May 20 22:12:11 2002
@@ -1981,7 +1981,7 @@
/* volume up */
if ((val  0xff)  0)
val--;
-   if ((val  0xff00)  0x100)
+   if ((val  0xff00)  0)
val -= 0x0100;
} else {
/* volume down */


best regards, karsten


__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Sie brauchen mehr Speicher für Ihre E-Mails? - http://premiummail.yahoo.de

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] Re: [Alsa-devel Request for test of powermac driver

2002-05-20 Thread Michal Seta

On Mon, 20 May 2002 22:36:06 +0200
Jörn Nettingsmeier [EMAIL PROTECTED] wrote:
  In file included from pmac.c:1:
  ../alsa-kernel/ppc/pmac.c: In function `snd_pmac_new':
  ../alsa-kernel/ppc/pmac.c:1353: structure has no member named `mode'
  make[1]: *** [pmac.o] Error 1
  make[1]: Leaving directory `/home/mis/CVS/alsa-driver/ppc'
  make: *** [compile] Error 1

 that's a typo. change mode to model.

ok.  thanks.  Jack H. has pointed this out to me already and it compiled fine and 
installed and all is fine and dandy.  However, there's one problem that I have noticed 
(and I had the same problem with the 0.5.12 version as well):  The CD will not play.  
I mean, it plays but there's no sound.  The only way to play CDs is through a cdplayer 
plugin in xmms but any other cd app (I tried wmcdplay, xfreecd, groovycd and cdplay 
commandline) will not play.  Also, mixers will not allow me to change levels for 
Line-in, Mic and CD inputs.  Although this is not such a problem, I can control the 
audio input in the apps I'm using, I was wondering if this is a wanted behaviour.  At 
this time alsamixer shows those levels at '0' and other mixers at 100%.  

I'm on an iMac indigo 350Mhz, Debian woody, 2.4.18 kernel.

otherwise the drivers are working fine for me but I haven't tested it extensively, 
yet.  Also, I started to recompile some apps agains the new alsa libs and so far no 
problems.

thanks!
-- 
./MiS

Michal Seta http://creazone.eworldmusic.com/doc/mis
CreaZonehttp://www.creazone.com
No One Receivinghttp://creazone.eworldmusic.com/doc/nor

upcoming release:
NOR - The Release of the Wandering-Eyed Girl
http://www.grainofsound.com


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel