* Request for test of powermac driver
@ 2002-05-15 16:50 Takashi Iwai
0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2002-05-15 16:50 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
Hi,
i've updated snd-powermac driver on cvs.
so far, a G3 desktop (with screamer) was confirmed to work, but the
others are not tested.
thus i'd like to ask you powermac users to update and test the driver,
and give me the feedback whether it works or not.
a new feature of the driver is "automatic muting".
it's supported on awacs/screamer, burgundy and tumbler chips.
when the headphone is plugged/unplugged, then the mute switch is
changed automatically.
this feature is disabled by turning "Auto Mute Switch" control off.
also, screamer driver has now more controls, bass/treble and
amp. master volume, headphone volume/mutes.
the tumber was improved at the last update, supporting bass/treble and
DRC (dynamic-range compression) controls.
Takashi
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Alsa-user] Request for test of powermac driver
[not found] ` <20020515164342.3278b36c.mis@creazone.com>
@ 2002-05-16 8:35 ` Takashi Iwai
0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2002-05-16 8:35 UTC (permalink / raw)
To: Michal Seta; +Cc: alsa-devel, alsa-user
At Wed, 15 May 2002 16:43:42 -0500,
Michal Seta wrote:
>
> I will be happy to test it but not before the weekend. I have an
> iMac. Is it supposed to work with an iMac as well?
yes, it should work. (the alsa 0.5.x driver did work.)
the powermac driver supports many different chips. the chipset can be
found in the name listed on /proc/asound/cards.
Takashi
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Request for test of powermac driver
[not found] <s5hn0v15p95.wl@alsa2.suse.de>
[not found] ` <20020515164342.3278b36c.mis@creazone.com>
@ 2002-05-16 8:45 ` Takashi Iwai
2002-05-16 13:56 ` Stefan Gartner
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2002-05-16 8:45 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
Hi,
the version I committed at the last night was wrong, a non-working
one. I now checked the working version into cvs.
if you get the sources yesterday, please update again.
the latest rcs version of each file is:
awacs.c: 1.10
pmac.c: 1.9
pmac.h: 1.4
tumbler.c: 1.8
thanks,
Takashi
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Request for test of powermac driver
[not found] <s5hn0v15p95.wl@alsa2.suse.de>
[not found] ` <20020515164342.3278b36c.mis@creazone.com>
2002-05-16 8:45 ` Takashi Iwai
@ 2002-05-16 13:56 ` Stefan Gartner
2002-05-20 15:41 ` [Alsa-user] " Michal Seta
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Stefan Gartner @ 2002-05-16 13:56 UTC (permalink / raw)
To: Takashi Iwai, alsa-devel; +Cc: alsa-user
hi,
the driver seems to work on my ibook2 (tumbler). However, I noticed a few odd
things:
* If I unplug the headphones, the speakers stay muted.
* When muting/unmuting "Auto Mute", the speakers get silent, but don't appear
as muted in alsamixer. After muting/unmuting "PC Speaker" the speakers work
again.
* "Headphone Detection" doesn't appear to have any effect.
* "Headphone" doesn't get muted/unmuted automatically (if it's muted and I
plug in the headphones, it stays muted and the speakers don't get muted -
maybe this is intended).
I'm not sure if points 2, 3 and 4 are bugs or errors on my side, but point 1
most certainly is a bug.
Oh, and I had to change line 1353 of alsa-kernel/ppc/pmac.c from
if (chip->mode <= PMAC_BURGUNDY)
to
if (chip->model <= PMAC_BURGUNDY)
(rcs version 1.9)
hope this helps,
stefang
p.s: is there a way to get the built-in microphone on the ibook working?
On Wednesday 15 May 2002 18:50, Takashi Iwai wrote:
> Hi,
>
> i've updated snd-powermac driver on cvs.
> so far, a G3 desktop (with screamer) was confirmed to work, but the
> others are not tested.
> thus i'd like to ask you powermac users to update and test the driver,
> and give me the feedback whether it works or not.
>
> a new feature of the driver is "automatic muting".
> it's supported on awacs/screamer, burgundy and tumbler chips.
> when the headphone is plugged/unplugged, then the mute switch is
> changed automatically.
> this feature is disabled by turning "Auto Mute Switch" control off.
>
> also, screamer driver has now more controls, bass/treble and
> amp. master volume, headphone volume/mutes.
>
> the tumber was improved at the last update, supporting bass/treble and
> DRC (dynamic-range compression) controls.
>
>
> Takashi
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Homer: Okay, okay, don't panic. To find Flanders, I
just have to think like Flanders!
Homers Brain:
I'm a big four-eyed lame-o and I wear the same
stupid sweater everyday, and --
Homer: The Springfield River!
Home Sweet Homediddly-Dum-Doodily
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Alsa-user] Request for test of powermac driver
[not found] <s5hn0v15p95.wl@alsa2.suse.de>
` (2 preceding siblings ...)
2002-05-16 13:56 ` Stefan Gartner
@ 2002-05-20 15:41 ` Michal Seta
[not found] ` <20020520104117.7f18005a.mis@creazone.com>
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Michal Seta @ 2002-05-20 15:41 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, alsa-user
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [Alsa-user] Request for test of powermac driver
[not found] ` <20020520104117.7f18005a.mis@creazone.com>
@ 2002-05-20 20:36 ` Jörn Nettingsmeier
2002-05-21 1:58 ` [Alsa-devel " Michal Seta
0 siblings, 1 reply; 9+ messages in thread
From: Jörn Nettingsmeier @ 2002-05-20 20:36 UTC (permalink / raw)
To: Michal Seta; +Cc: alsa-devel, alsa-user
Michal Seta wrote:
>
> 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
that's a typo. change "mode" to "model".
jörn
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Alsa-devel Request for test of powermac driver
2002-05-20 20:36 ` Jörn Nettingsmeier
@ 2002-05-21 1:58 ` Michal Seta
0 siblings, 0 replies; 9+ messages in thread
From: Michal Seta @ 2002-05-21 1:58 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
On Mon, 20 May 2002 22:36:06 +0200
Jörn Nettingsmeier <nettings@folkwang-hochschule.de> 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
CreaZone http://www.creazone.com
No One Receiving http://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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Alsa-user] Request for test of powermac driver
[not found] <s5hn0v15p95.wl@alsa2.suse.de>
` (4 preceding siblings ...)
[not found] ` <20020520104117.7f18005a.mis@creazone.com>
@ 2002-05-22 17:49 ` Graham Leggett
[not found] ` <3CEBDA30.317521E1@sharp.fm>
6 siblings, 0 replies; 9+ messages in thread
From: Graham Leggett @ 2002-05-22 17:49 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, alsa-user
Takashi Iwai wrote:
> i've updated snd-powermac driver on cvs.
> so far, a G3 desktop (with screamer) was confirmed to work, but the
> others are not tested.
> thus i'd like to ask you powermac users to update and test the driver,
> and give me the feedback whether it works or not.
Just tried it, and playback works!!! Will give gnomemeeting a try
tomorrow and see if recording works.
AWACS chip, 1999 Powerbook G3.
> a new feature of the driver is "automatic muting".
> it's supported on awacs/screamer, burgundy and tumbler chips.
> when the headphone is plugged/unplugged, then the mute switch is
> changed automatically.
> this feature is disabled by turning "Auto Mute Switch" control off.
Works here.
> also, screamer driver has now more controls, bass/treble and
> amp. master volume, headphone volume/mutes.
>
> the tumber was improved at the last update, supporting bass/treble and
> DRC (dynamic-range compression) controls.
Any new sliders in the AWACS driver? The CD, Line and Mic levels are
still not changeable, but at least I am getting sound! :)
Regards,
Graham
--
-----------------------------------------
minfrin@sharp.fm "There's a moon
over Bourbon Street
tonight..."
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [Alsa-user] Request for test of powermac driver
[not found] ` <3CEBDA30.317521E1@sharp.fm>
@ 2002-05-27 9:46 ` Takashi Iwai
0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2002-05-27 9:46 UTC (permalink / raw)
To: Graham Leggett; +Cc: alsa-devel, alsa-user
At Wed, 22 May 2002 19:49:36 +0200,
Graham Leggett wrote:
>
> Any new sliders in the AWACS driver? The CD, Line and Mic levels are
> still not changeable, but at least I am getting sound! :)
that's correct behavior.
CD, Line and Mic have no volumes but only capture switches, although
alsamixer shows them as if they have such.
on awacs, there are only Master and PC Speaker volumes.
Takashi
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-05-27 9:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <s5hn0v15p95.wl@alsa2.suse.de>
[not found] ` <20020515164342.3278b36c.mis@creazone.com>
2002-05-16 8:35 ` [Alsa-user] Request for test of powermac driver Takashi Iwai
2002-05-16 8:45 ` Takashi Iwai
2002-05-16 13:56 ` Stefan Gartner
2002-05-20 15:41 ` [Alsa-user] " Michal Seta
[not found] ` <20020520104117.7f18005a.mis@creazone.com>
2002-05-20 20:36 ` Jörn Nettingsmeier
2002-05-21 1:58 ` [Alsa-devel " Michal Seta
2002-05-22 17:49 ` [Alsa-user] " Graham Leggett
[not found] ` <3CEBDA30.317521E1@sharp.fm>
2002-05-27 9:46 ` Takashi Iwai
2002-05-15 16:50 Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.