log ALSA kernel driver version

This commit is contained in:
Glenn Maynard
2003-12-02 21:52:34 +00:00
parent 39549f4387
commit b137b81f34
@@ -69,6 +69,12 @@ void Alsa9Buf::GetSoundCardDebugInfo()
return;
done = true;
if( DoesFileExist("/proc/asound/version") )
{
const CString ver = GetRedirContents("/proc/asound/version");
LOG->Info( "ALSA: %s", ver.c_str() );
}
int card = -1;
while( dsnd_card_next( &card ) >= 0 && card >= 0 )
{