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
2020-02-22
remove some unnecessary includes of internal UVM headers.
chs
2020-02-22
Make calling get_props() lockless.
isaki
2020-02-22
On audio_[pr]mixer_halt(), it's better to reset parameters in intr_lock.
isaki
2020-02-22
Add KASSERTs. audio_[pr]mixer_start() need exlock.
isaki
2020-02-22
Move #if DIAGNOSTIC..#endif to correct place.
isaki
2020-02-22
hw_if->query_format is already mandatory method. Drop null checks.
isaki
2020-02-22
Improve KASSERT messages.
isaki
2020-02-22
Change two aprint_error_dev() to device_printf() (and improve messages).
isaki
2020-02-22
const-ify. These arguments are no longer written back.
isaki
2020-02-22
Fix/Update comments.
isaki
2020-02-22
Limit the number of channels that userland apps can set (by AUDIO_SETINFO)
isaki
2020-02-15
Remove incorrect KASSERT(!mutex_owned()).
isaki
2020-01-25
defopt AUDIO_BLK_MS
jmcneill
2020-01-11
Simplify async_mixer handling.
isaki
2020-01-11
Remove old debug #ifdefs.
isaki
2020-01-08
Fix an resource leak on audiobell close.
isaki
2020-01-08
Remove obsoleted comment.
isaki
2020-01-08
Move mutex_exit() correct place to protect sc_async_mixer.
isaki
2019-12-27
s/sucess/success/ in comment.
msaitoh
2019-12-26
Improve and simplify around audio_realloc().
isaki
2019-12-26
Use M_WAITOK instead of M_NOWAIT.
isaki
2019-11-06
Fix a wrong calculation of recording ring buffer. Reported on
isaki
2019-10-18
s/initalize/initialize/ in comment or printf message.
msaitoh
2019-09-06
Tune some debug message level.
isaki
2019-08-29
Fix lock assertion on async I/O mode.
isaki
2019-08-23
Add missing mutex, we were hitting a KASSERT.
maxv
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
[prev]
[next]