diff --git a/stepmania/src/arch/Sound/ALSA9Helpers.cpp b/stepmania/src/arch/Sound/ALSA9Helpers.cpp index 1b1b2d3443..2c81c307ec 100644 --- a/stepmania/src/arch/Sound/ALSA9Helpers.cpp +++ b/stepmania/src/arch/Sound/ALSA9Helpers.cpp @@ -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 ) {