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
/
main.c
Age
Commit message (
Expand
)
Author
2023-04-01
Also report precision from hwinfo.
mlelstv
2019-08-24
Revert about index number changes. It breaks its usage and output format.
isaki
2019-08-24
Make the same code that appears repeatedly a function.
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-08-22
Fix assertion of "audiocfg list <n>" when n is an illegal index.
isaki
2019-05-08
Update respond to isaki-audio2 branch.
isaki
2013-08-12
Add more __dead.
joerg
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-02
print the version field from AUDIO_GETDEV if present
jmcneill
2010-09-01
Index argument is not optional, make it clearer in the usage.
wiz
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