Home | History | Annotate | Download | only in audiocfg
History log of /src/usr.bin/audiocfg/dtmf.c
RevisionDateAuthorComments
 1.4  24-Aug-2019  isaki Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).
Use getprogname(3) for usage().
 1.3  11-Aug-2013  dholland branches: 1.3.26; 1.3.28;
Pass WARNS=5.
 1.2  01-Sep-2010  jmcneill branches: 1.2.6; 1.2.12;
use htole16 to ensure that the pcm stream is slinear16_le on big endian hosts
 1.1  01-Sep-2010  jmcneill add support for testing audio devices. the usage of audiocfg changes:

audiocfg list
audiocfg default [index]
audiocfg test [index]

'list' shows the available audio devices, 'default' sets the default
audio device, and 'test' will play a tone for 2 seconds on each
channel. example:

$ ./audiocfg list
0: [*] audio0: ICH2 AC97 (2 playback channels)
1: [ ] audio1: Pseudo Audio (2 playback channels)
$ ./audiocfg test 0
testing channel 0...
testing channel 1...
$
 1.2.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.28.1  29-Sep-2019  martin Pull up following revision(s) (requested by isaki in ticket #267):

usr.bin/audiocfg/dtmf.c: revision 1.4
usr.bin/audiocfg/main.c: revision 1.14 (via patch)
usr.bin/audiocfg/audiodev.c: revision 1.12

Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).
Use getprogname(3) for usage().
 1.3.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed