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
2023-06-05
We cannot handle input with precision != stride yet.
mlelstv
2023-04-23
print stage formats with AUDIO_DEBUG
mlelstv
2023-04-23
Be a little bit more informative on device timeout.
mlelstv
2023-04-23
Whitespace
mlelstv
2023-04-23
Enable 24bit support by default.
mlelstv
2023-04-23
Add 24bit/32bit hardware support.
mlelstv
2023-04-23
Whitespace
mlelstv
2023-04-23
Make audio_device information available to drvctl and devpubd.
mlelstv
2023-04-17
Input and output codecs produce and consume internal audio data, so
mlelstv
2022-08-25
audio(4): Fix bug in detaching audio16 and beyond.
riastradh
2022-08-13
audio: Rework about usrbuf allocation.
isaki
2022-07-06
uvm(9): fo_mmap caller guarantees positive size.
riastradh
2022-04-23
audio(4): Fix a typo in comment. Remove several old comments.
isaki
2022-04-23
audio(4): Clean up about audio_realloc().
isaki
2022-04-23
audio(4): Remove no longer used counters.
isaki
2022-04-23
audio(4): Restore(implement) AUDIO_GETIOFFS ioctl.
isaki
2022-04-23
audio(4): Fix an (unintended) minor behavior on AUDIO_FLUSH.
isaki
2022-04-21
#if 0 now unused audio_track_is_record() to appease clang
macallan
2022-04-20
audio(4): Rework AUDIO_GETOOFFS.
isaki
2022-04-20
audio(4): Make recording buffer more robust.
isaki
2022-04-20
audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().
isaki
2022-04-19
audio(4): Wait for opens to drain in detach.
riastradh
2022-04-09
audio(4): Use membar_acquire, not membar_enter.
riastradh
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2022-03-28
audio(4): Use d_cfdriver/devtounit to avoid open/detach races.
riastradh
2022-03-26
Add terminology comments.
isaki
2022-03-26
Improve comments.
isaki
2022-03-26
Remove a dead code in audio_track_record().
isaki
2022-03-26
Clarify the assertion in audio_rmixer_process().
isaki
2022-03-26
Fix conditions that audio_read() calls audio_track_record().
isaki
2022-03-14
audio(4): Fix typo in previous -- atomic_store_release, not reease.
riastradh
2022-03-14
audio(4): Membar audit.
riastradh
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
[next]