index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
audio
Age
Commit message (
Expand
)
Author
2021-12-12
fix various typos, mainly in comments.
andvar
2021-12-10
s/occured/occurred/ in comments, log messages and man pages.
andvar
2021-12-05
s/faciliate/facilitate/ in comment.
msaitoh
2021-10-10
audio(9): Issue pserialize_perform outside sc_lock in audiodetach.
riastradh
2021-10-10
audio(9): Call hw_if->getdev without sc_lock.
riastradh
2021-09-26
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
thorpej
2021-09-07
s/aquire/acquire/ in comments, also one typo fix acqure->acquire.
andvar
2021-08-21
s/recoding/recording/ in comments where it didn't actually mean recoding.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-07-21
need <sys/param.h> for COHERENCY_UNIT
skrll
2021-07-21
AUDIO_SETINFO: fix a bug that the gain and the balance could not be set
isaki
2021-06-08
audio(4): Revert revision 1.96 and redo it another way.
riastradh
2021-06-04
audio(4): When closing /dev/audioN, drain before removing from list.
riastradh
2021-06-01
audio(4): audio_unlink never fails, so make it return void.
riastradh
2021-06-01
audio(4): Insert mixers and audioctls into sc_files on open too.
riastradh
2021-06-01
audio(4): No need to set file->dying when closing the file.
riastradh
2021-06-01
audio(4): Grab sc->sc_cred under sc->sc_lock before freeing.
riastradh
2021-06-01
audio(4): Use kmem_alloc(sizeof(*p)) style.
riastradh
2021-06-01
audio(4): Make sure to return ENXIO if device is being detached.
riastradh
2021-06-01
audio(4): Set AUMODE_PLAY/RECORD only if asked _and_ supported.
riastradh
2021-05-02
audio: Only score hardware formats by channel count at count<=2
nia
2021-04-26
audioprint(): handle AUDIODEV_TYPE_AUX.
thorpej
2021-04-26
audio_attach_mi(): Be explicit about using the "audiobus" interface attribute,
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-03-20
Fix and improve the buffer length calculation to avoid zero length
isaki
2021-02-14
Add missing curlwp_bindx() corresponding to curlwp_bind().
isaki
2021-02-09
Protect also audioopen() and audiobellopen() from audiodetach() with
isaki
2021-02-09
Change the lock conditions to call audio_unlink().
isaki
2021-01-15
Improve error messages.
isaki
2021-01-15
Change (harmless) zero-length debug messages.
isaki
2020-12-19
Use sel{record,remove}_knote().
thorpej
2020-12-13
Revise comments.
isaki
2020-12-13
Fix a return value of audiopoll().
isaki
2020-12-13
Avoid a dead lock in audiodetach, since rev 1.63.
isaki
2020-12-13
Add missing newline.
isaki
2020-12-09
Rewrite error handling on audio_open().
isaki
2020-12-09
Fix that audio_open() didn't halt the recording mixer correctly
isaki
2020-09-13
Support audio descriptor for fstat(1).
isaki
2020-09-12
Improve slinear16-to-mulaw conversion calculation.
isaki
2020-09-07
Fix misspellings in comment.
isaki
2020-08-23
Improve debug messages.
isaki
2020-08-23
Improve and update comments.
isaki
2020-08-23
Style fixes.
isaki
2020-05-29
Fix suspend/resume.
isaki
2020-05-26
audio: Only restart recording mixer on resume if it's already been started
nia
2020-05-26
audio: remove comment that is no longer valid
nia
2020-05-26
audio: Restore compat with Solaris for 8-bit LINEAR.
nia
2020-05-26
audio: Fix logic for resuming when the device is in use.
nia
2020-05-23
Move proc_lock into the data segment. It was dynamically allocated because
ad
2020-05-01
Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.
isaki
[next]