summaryrefslogtreecommitdiff
path: root/usr.bin/audiocfg/main.c
AgeCommit message (Expand)Author
2023-04-01Also report precision from hwinfo.mlelstv
2019-08-24Revert about index number changes. It breaks its usage and output format.isaki
2019-08-24Make the same code that appears repeatedly a function.isaki
2019-08-24Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).isaki
2019-08-24Check mode argument earlier.isaki
2019-08-24Use device unit number for index.isaki
2019-08-24Revert to use single descriptor for "audiocfg test" as before.isaki
2019-08-24Rename some members in adev for clarity. No functional changes intended.isaki
2019-08-22Fix assertion of "audiocfg list <n>" when n is an illegal index.isaki
2019-05-08Update respond to isaki-audio2 branch.isaki
2013-08-12Add more __dead.joerg
2010-09-03return an error if testing fails, and dump the device info before running testsjmcneill
2010-09-02at the request of mrg, print the parent of audioN's device namejmcneill
2010-09-02print the version field from AUDIO_GETDEV if presentjmcneill
2010-09-01Index argument is not optional, make it clearer in the usage.wiz
2010-09-01add support for testing audio devices. the usage of audiocfg changes:jmcneill
2010-08-30add a simple app to maintain the symlinks for audio devices in /dev, somrg