Home | History | Annotate | Download | only in audiocfg
History log of /src/usr.bin/audiocfg/Makefile
RevisionDateAuthorComments
 1.4  11-Aug-2013  dholland Pass WARNS=5.
 1.3  01-Sep-2010  jmcneill branches: 1.3.6; 1.3.12;
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  31-Aug-2010  wiz Add man page.
 1.1  30-Aug-2010  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  30-Aug-2010  mrg add a simple app to maintain the symlinks for audio devices in /dev, so
that it's easy to change the "default" audio device. eg:

# audiocfg
0: [*] audio0: HD Audio
1: [ ] audio1: HD Audio
2: [ ] audio2: Pseudo Audio
# audiocfg 1
setting default audio device to audio1
# audiocfg
0: [ ] audio0: HD Audio
1: [*] audio1: HD Audio
2: [ ] audio2: Pseudo Audio

written by jared. thanks!

(there's a separate patch in the works to give "HD Audio" a better name.)


this is not enabled yet, but will be soon.

it also needs a manual page. any takers?
 1.3.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.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")

RSS XML Feed