aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-14 23:51:13 -0700
committerChris Robinson <[email protected]>2018-03-14 23:51:13 -0700
commit603e3e23acf02d1bcb20f5ebb230bfb3c0fad9d8 (patch)
tree4db20d5eb3781d0a8fbd494f21b53a2c32f56a35 /Alc
parent2011421e18442d7dd31dbb84135786dd8bf6a478 (diff)
Remove an outdated comment
Diffstat (limited to 'Alc')
-rw-r--r--Alc/backends/wasapi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/backends/wasapi.c b/Alc/backends/wasapi.c
index b64e260b..8677afa9 100644
--- a/Alc/backends/wasapi.c
+++ b/Alc/backends/wasapi.c
@@ -1984,11 +1984,6 @@ static void ALCwasapiBackendFactory_deinit(ALCwasapiBackendFactory* UNUSED(self)
static ALCboolean ALCwasapiBackendFactory_querySupport(ALCwasapiBackendFactory* UNUSED(self), ALCbackend_Type type)
{
- /* TODO: Disable capture with mmdevapi for now, since it doesn't do any
- * rechanneling or resampling; if the device is configured for 48000hz
- * stereo input, for example, and the app asks for 22050hz mono,
- * initialization will fail.
- */
if(type == ALCbackend_Playback || type == ALCbackend_Capture)
return ALC_TRUE;
return ALC_FALSE;