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.cAnd voila, you have a command-line mixer utility for Solaris SPARC.
Source code here: solaudio.c