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
/
usr.bin
/
audiocfg
/
audiodev.c
Age
Commit message (
Expand
)
Author
2019-08-24
Revert about index number changes. It breaks its usage and output format.
isaki
2019-08-24
Create a waveform in hardware native sample rate which is more efficient.
isaki
2019-08-24
AUDIO_GETBUFINFO is more efficient for this purpose.
isaki
2019-08-24
Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).
isaki
2019-08-24
Check mode argument earlier.
isaki
2019-08-24
Use device unit number for index.
isaki
2019-08-24
Revert to use single descriptor for "audiocfg test" as before.
isaki
2019-08-24
Rename some members in adev for clarity. No functional changes intended.
isaki
2019-05-08
Update respond to isaki-audio2 branch.
isaki
2016-03-05
if opening the audio device fails, try opening again with write-only.
mrg
2013-08-11
Pass WARNS=5.
dholland
2010-09-03
return an error if testing fails, and dump the device info before running tests
jmcneill
2010-09-02
at the request of mrg, print the parent of audioN's device name
jmcneill
2010-09-01
add support for testing audio devices. the usage of audiocfg changes:
jmcneill
2010-08-30
add a simple app to maintain the symlinks for audio devices in /dev, so
mrg