Solaris Audio Controller

I hate sdtaudiocontrol, so I wrote a command-line utility to allow me to control the volume levels. It was easy enough thanks to Sun's excellent documentation on their audio(7I) interface.

Compile it with your favorite compiler:

cc -o mixer solaudio.c
And voila, you have a command-line mixer utility for Solaris SPARC. Source code here: <& /lib/modules/link, text => "solaudio.c", uri => "%PATH%/solaudio.c" &>