cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h channel.c mixer.c
    Alexander Leidinger 
    netchild at FreeBSD.org
       
    Sun Oct  2 08:37:41 PDT 2005
    
    
  
netchild    2005-10-02 15:37:41 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/sound/pcm    ac97.c ac97.h channel.c mixer.c 
  Log:
  sys/dev/sound/pcm/ac97.c:
     * Added codec id for CMI9761.
     * feeder_volume *whitelist* through ac97_fix_volume()
  
  sys/dev/sound/pcm/ac97.h:
     * Added AC97_F_SOFTVOL definition.
  
  sys/dev/sound/pcm/channel.c:
     * Slight changes for chn_setvolume() to conform with OSS.
     * FEEDER_VOLUME is now part of feeder building process.
  
  sys/dev/sound/pcm/mixer.c:
     * General spl* cleanup. It doesn't serve any purpose anymore.
     * Main hook for feeder_volume.
  
  Submitted by:   Ariff Abdullah <skywizard at MyBSD.org.my>
  Tested by:      multimedia@
  
  Revision  Changes    Path
  1.56      +42 -1     src/sys/dev/sound/pcm/ac97.c
  1.18      +1 -0      src/sys/dev/sound/pcm/ac97.h
  1.102     +34 -3     src/sys/dev/sound/pcm/channel.c
  1.46      +35 -15    src/sys/dev/sound/pcm/mixer.c
    
    
More information about the cvs-src
mailing list