log ALSA kernel driver version
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user