Fix some nasty behavior with ALSA thanks to custos-mundi (of irc.freenode.net #alsa) and ///

This commit is contained in:
Flameshadowxeroshin
2012-04-07 21:21:18 +00:00
parent ebb91feb4a
commit 64e74f4824
+1 -1
View File
@@ -130,7 +130,7 @@ static RString DeviceName()
{
if( !PREFSMAN->m_iSoundDevice.Get().empty() )
return PREFSMAN->m_iSoundDevice;
return "hw:0";
return "default";
}
void Alsa9Buf::GetSoundCardDebugInfo()