Fix some nasty behavior with ALSA thanks to custos-mundi (of irc.freenode.net #alsa) and ///
This commit is contained in:
@@ -130,7 +130,7 @@ static RString DeviceName()
|
|||||||
{
|
{
|
||||||
if( !PREFSMAN->m_iSoundDevice.Get().empty() )
|
if( !PREFSMAN->m_iSoundDevice.Get().empty() )
|
||||||
return PREFSMAN->m_iSoundDevice;
|
return PREFSMAN->m_iSoundDevice;
|
||||||
return "hw:0";
|
return "default";
|
||||||
}
|
}
|
||||||
|
|
||||||
void Alsa9Buf::GetSoundCardDebugInfo()
|
void Alsa9Buf::GetSoundCardDebugInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user