try all audio-drivers at startup even if dummy-driver is selected
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1055 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -899,6 +899,11 @@ audioDevice * mixer::tryAudioDevices( void )
|
||||
audioDevice * dev = NULL;
|
||||
QString dev_name = configManager::inst()->value( "mixer", "audiodev" );
|
||||
|
||||
if( dev_name == audioDummy::name() )
|
||||
{
|
||||
dev_name = "";
|
||||
}
|
||||
|
||||
#ifdef ALSA_SUPPORT
|
||||
if( dev_name == audioALSA::name() || dev_name == "" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user