Support capture backends with the new interface

This commit is contained in:
Chris Robinson 2013-10-28 17:04:44 -07:00
parent 21f1e54cb9
commit 6fd857739c

View File

@ -1036,13 +1036,12 @@ static void alc_initconfig(void)
PlaybackBackend = BackendList[i];
TRACE("Added \"%s\" for playback\n", PlaybackBackend.name);
}
#if 0
if(!CaptureBackend.name && VCALL(factory,support)(ALCbackend_Capture))
{
CaptureBackend = BackendList[i];
TRACE("Added \"%s\" for capture\n", CaptureBackend.name);
}
#endif
continue;
}