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
/
audio.c
Age
Commit message (
Expand
)
Author
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-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-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
2020-04-29
Set AUDIO_BLK_MS 40 msec on other old(slow) architectures not only m68k.
isaki
2020-04-19
Improve the blocksize notation.
isaki
2020-04-17
Improve diagnostic messages.
isaki
2020-03-26
Fix to start recording immediately when open() with READ mode is
isaki
2020-03-07
Fix/Update comments about allocm/freem.
isaki
2020-03-07
Split sc_lock and sc_exlock.
isaki
2020-03-04
Restore backward compatibility with netbsd-7 audio.
isaki
2020-03-01
Improve an error message about round_blocksize.
isaki
2020-03-01
Fix wrong parameter displayed in debug messages.
isaki
2020-03-01
Reinitialize the sticky parameters whenever the hardware format is changed.
isaki
2020-02-29
Minor fix. audio_prinfo.pause is u_char, not bool.
isaki
2020-02-29
Release memories on audiobellclose.
isaki
2020-02-23
Prevent a race between audiodetach and fileops methods using psref(9).
isaki
2020-02-23
Improve error handling around audio_hw_probe().
isaki
2020-02-23
Make start_input/halt_input optional if the driver has no recording,
isaki
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
[prev]
[next]