All of lore.kernel.org
 help / color / mirror / Atom feed
  • * 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
  • [parent not found: <20020520104117.7f18005a.mis@creazone.com>]
  • * 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
  • [parent not found: <3CEBDA30.317521E1@sharp.fm>]
  • * 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

    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.