aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-08-23 18:20:09 -0700
committerChris Robinson <[email protected]>2018-08-23 18:20:09 -0700
commit24b646dec0ea08434bc30b73389cbc01efb59596 (patch)
tree399a1aa7c9a1d749d38020b08f9b496b1c17c227 /Alc/backends
parent7d76cbddd6fbdb52eaa917845435b95ae89efced (diff)
Append the OpenSL capture device to the appropriate list
Diffstat (limited to 'Alc/backends')
-rw-r--r--Alc/backends/opensl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/opensl.c b/Alc/backends/opensl.c
index a5ad3b09..262fdaef 100644
--- a/Alc/backends/opensl.c
+++ b/Alc/backends/opensl.c
@@ -1039,7 +1039,7 @@ static void ALCopenslBackendFactory_probe(ALCopenslBackendFactory* UNUSED(self),
break;
case CAPTURE_DEVICE_PROBE:
- AppendAllDevicesList(opensl_device);
+ AppendCaptureDeviceList(opensl_device);
break;
}
}