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-07-28
Pull up following revision(s) (requested by isaki in ticket #1325):
snj
2021-05-05
Pull up following revision(s) (requested by nia in ticket #1268):
martin
2021-04-06
Pull up following revision(s) (requested by isaki in ticket #1241):
martin
2021-03-01
Pull up following revision(s) (requested by isaki in ticket #1219):
martin
2021-02-28
Pull up following revision(s) (requested by isaki in ticket #1218):
martin
2021-02-28
Pull up following revision(s) (requested by isaki in ticket #1217):
martin
2020-12-19
Pull up following revision(s) (requested by isaki in ticket #1158):
martin
2020-12-19
Pull up following revision(s) (requested by isaki in ticket #1156):
martin
2020-06-07
Pull up following revision(s) (requested by isaki in ticket #950):
martin
2020-05-18
Pull up following revision(s) (requested by isaki in ticket #911):
martin
2020-05-18
Pull up following revision(s) (requested by isaki in ticket #910):
martin
2020-05-18
Pull up following revision(s) (requested by isaki in ticket #909):
martin
2020-04-30
Pull up following revision(s) (requested by isaki in ticket #877):
martin
2020-04-30
Pull up following revision(s) (requested by isaki in ticket #876):
martin
2020-04-30
Pull up following revision(s) (requested by isaki in ticket #875):
martin
2020-03-21
Pull up following revision(s) (requested by isaki in ticket #794):
martin
2020-03-21
Pull up following revision(s) (requested by isaki in ticket #793):
martin
2020-01-27
Pull up following revision(s) (requested by nia in ticket #657):
martin
2020-01-21
Pull up following revision(s) (requested by isaki in ticket #620):
martin
2020-01-21
Pull up following revision(s) (requested by isaki in ticket #619):
martin
2020-01-02
Pull up following revision(s) (requested by isaki in ticket #593):
martin
2019-11-19
Pull up following revision(s) (requested by isaki in ticket #448):
martin
2019-10-06
Pull up following revision(s) (requested by isaki in ticket #286):
martin
2019-10-06
Pull up following revision(s) (requested by isaki in ticket #285):
martin
2019-10-06
Pull up following revision(s) (requested by isaki in ticket #284):
martin
2019-07-10
Use kmem_alloc/free() instead of old kern_malloc/free().
isaki
2019-07-10
Fix freem() argument. The 3rd argument is bufsize, not direction...
isaki
2019-07-07
Avoid memory reallocation on SET_FORMAT.
isaki
2019-07-07
Rearrange some KASSERT and debug messages, to sync with others.
isaki
2019-07-07
Fix to evaluate the validity of this track at earlier on audio_read().
isaki
2019-07-06
Implement auto recovery of the mixing volume.
isaki
2019-06-26
Improve debug message and remove duplicated one.
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-23
Restore sysctl_teardown which was unintentionally dropped.
isaki
2019-06-19
Don't wait until a block is filled.
isaki
2019-06-12
Fill silence if the last block of the first track is not filled.
isaki
2019-06-10
Use AUDIO_SCALEDOWN() macro rather than seemingly strange ifdefs.
isaki
2019-06-10
Add missing newline to some error messages.
isaki
2019-06-10
Call get_props() once at attach.
isaki
2019-06-08
Improve checking and displaying property.
isaki
2019-06-08
Clean get_props().
isaki
2019-06-06
Revert rev1.7.
isaki
2019-05-25
Fix typo in comment.
isaki
2019-05-23
Remove unnecessary file lock.
isaki
2019-05-21
Adjust debug message. Inspired from PR kern/54177.
isaki
2019-05-13
audio_open:
nakayama
2019-05-13
sysctl "multiuser" type is CTLTYPE_BOOL, so use bool instead of int.
nakayama
2019-05-13
audio_hw_probe:
nakayama
2019-05-13
audioattach:
nakayama
[next]