Date: Sun, 2 Oct 2005 15:43:58 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sndstat.c sound.c sound.h Message-ID: <200510021543.j92FhwT5075090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510021543.j92FhwT5075090>
