cvs commit: src/sys/dev/sound/pcm sndstat.c sound.c sound.h

Alexander Leidinger netchild at FreeBSD.org
Sun Oct 2 08:43:58 PDT 2005


netchild    2005-10-02 15:43:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    sndstat.c sound.c sound.h 
  Log:
  sys/dev/sound/pcm/sndstat.c:
     * General spl* cleanup. It doesn't serve any purpose anymore.
     * Nuke sndstat_busy(). Addition of sndstat_acquire() /
       sndstat_release() for sndstat exclusive access. [1]
  
  sys/dev/sound/pcm/sound.c:
     * Remove duplicate SLIST_INIT()
     * Use sndstat_acquire() / release() to lock / release the entire
       sndstat during pcm_unregister(). This should fix LOR #159 [1]
  
  sys/dev/sound/pcm/sound.h:
     * Definition of SD_F_SOFTVOL (part of feeder volume)
     * Nuke sndstat_busy(). Addition of sndstat_acquire() /
       sndstat_release() for exclusive sndstat access. [1]
  
  Submitted by:   Ariff Abdullah <skywizard at MyBSD.org.my>
  LOR:            159 [1]
  Discussed with: yongari [1]
  
  Revision  Changes    Path
  1.22      +26 -40    src/sys/dev/sound/pcm/sndstat.c
  1.97      +12 -9     src/sys/dev/sound/pcm/sound.c
  1.66      +4 -2      src/sys/dev/sound/pcm/sound.h


More information about the cvs-all mailing list