Hey Man,
Here is what I did,
int count=1; // the device counter
while (BASS_GetDeviceDescription(count))
{
if(BASS_Init(count,44100,0,m_hWnd,NULL))
{
//if we get in here then the device was initialized so that means
//it is a real sound device
}
}
Cheers,
Greg