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
/
audiodef.h
Age
Commit message (
Expand
)
Author
2022-08-13
audio: Rework about usrbuf allocation.
isaki
2022-04-23
audio(4): Remove no longer used counters.
isaki
2022-04-20
audio(4): Rework AUDIO_GETOOFFS.
isaki
2022-04-20
audio(4): Make recording buffer more robust.
isaki
2021-08-21
s/recoding/recording/ in comments where it didn't actually mean recoding.
andvar
2020-09-13
Support audio descriptor for fstat(1).
isaki
2020-04-29
Set AUDIO_BLK_MS 40 msec on other old(slow) architectures not only m68k.
isaki
2020-03-28
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
isaki
2020-03-05
Revert "Include opt_diagnostic.h for DIAGNOSTIC."
riastradh
2020-03-05
Include opt_diagnostic.h for DIAGNOSTIC.
riastradh
2020-02-23
Prevent a race between audiodetach and fileops methods using psref(9).
isaki
2020-02-22
Improve KASSERT messages.
isaki
2020-01-25
defopt AUDIO_BLK_MS
jmcneill
2019-07-06
Implement auto recovery of the mixing volume.
isaki
2019-06-26
Improve audiobell (and interfaces with audio).
isaki
2019-06-25
Put the lowered mixing volume back when all playback tracks are closed.
isaki
2019-06-10
Use AUDIO_SCALEDOWN() macro rather than seemingly strange ifdefs.
isaki
2019-05-23
Remove unnecessary file lock.
isaki
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki