summaryrefslogtreecommitdiff
path: root/usr.bin/audio/ctl/ctl.c
AgeCommit message (Expand)Author
2013-08-30move most of the header writing code from record.c into wav.c and sun.c.mrg
2011-08-28ANSIfy. Add static. Add __dead.joerg
2009-04-11fix -Wsign-compare and other WARNS=4 issueslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-10-22use c99 initializer.christos
2003-07-26netbsd.org->NetBSD.orgsalo
2003-06-23Add NetBSD RCS Ids.agc
2003-01-06compatibility, not compatiblity.wiz
2002-02-05Test for default device in a portable way. Thanks to Michael Ericssonaugustss
2002-01-31Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails.augustss
2002-01-27Delete the old code which made audioctl use stderr for outputjdolecek
2002-01-27Use '-d' rather than '-f' for specification of alternativejdolecek
2002-01-15- WARNS=3 (from ross@netbsd.org)mrg
2001-03-28Fix white space and formatting nits.simonb
2001-02-19convert to use getprogname()cgd
2001-02-05fix nested externchristos
2000-12-22de-__P()-ifymrg
1999-03-26audio paths are in <paths.h>mrg
1999-03-26add audiorecord and audioplay tools. audioplay does .au and .wav files. aud...mrg
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-08-21Fix thinko in last commit.augustss
1998-08-21Use audio and mixer devices with unit numbers. Also allow the devicesaugustss
1998-08-13audio_prinfo.seek is now a UINTmrg
1998-08-10Make it possible to do:mycroft
1998-07-28__AUDIT__ cleanup.mycroft
1998-07-13Fix typo. From Feico Dillema <dillema@acm.org>augustss
1998-04-27Chnage the name of the environment variables just introduced.augustss
1998-04-27Add an environment variable for the default audio device.augustss
1997-10-19Update for SunOS compatibility.augustss
1997-10-11Print properties differently.augustss
1997-10-08Fix tipo inherited from old version of TNF copyright template.jtc
1997-10-07Get rid of warnings.augustss
1997-08-25Don't try opening the device O_RDWR.augustss
1997-08-18Change to use /dev/audioctl.augustss
1997-07-27Modernize for new audio features.augustss
1997-07-16Sync with audioio.h changes.augustss
1997-07-15Sync with the recent changes of the audio variables.veego
1997-05-21Fix pasto.augustss
1997-05-19Fix some buglets and clean up a little.augustss
1997-05-13Add audio utility programs.augustss