SPBSignInDevice
SPBSignInDevice Register a device with the Sound Manager
#include <SoundInput.h> Sound Manager
OSErr SPBSignInDevice( deviceRefNum, deviceName);
short deviceRefNum; a device reference number
Str255 deviceName; the name of the sound input device
returns Error Code; 0=no error
Drivers for sound input devices must call SPBSignInDevice to register
with the Sound Manager before they can use its sound input services. You
might call this routine at system startup time from within a resource of type
'INIT' to install a sound input driver.
deviceRefNum a device reference number
deviceName specifies this device's name as it is to appear to the user in the
Sound control panel (which is not the name of the driver itself).
Accordingly, the name should be as descriptive as possible. You should
call SPBSignInDevice after you have already opened your driver by
calling normal Device Manager routines.
Returns: an operating system Error Code.
noErr (0) No error
siBadSoundInDevice (-221) Invalid sound input device

Notes: You can get information about registered devices by calling
SPBGetIndexedDevice. You can unregister your driver by calling