summaryrefslogtreecommitdiff
path: root/usr.bin/audiocfg/audiodev.c
AgeCommit message (Expand)Author
2019-08-24Revert about index number changes. It breaks its usage and output format.isaki
2019-08-24Create a waveform in hardware native sample rate which is more efficient.isaki
2019-08-24AUDIO_GETBUFINFO is more efficient for this purpose.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-05-08Update respond to isaki-audio2 branch.isaki
2016-03-05if opening the audio device fails, try opening again with write-only.mrg
2013-08-11Pass WARNS=5.dholland
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-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