aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/solaris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends/solaris.cpp')
-rw-r--r--Alc/backends/solaris.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/backends/solaris.cpp b/Alc/backends/solaris.cpp
index 043691ce..dd41de3e 100644
--- a/Alc/backends/solaris.cpp
+++ b/Alc/backends/solaris.cpp
@@ -278,7 +278,7 @@ void SolarisBackendFactory::probe(DevProbe type, std::string *outnames)
{
switch(type)
{
- case ALL_DEVICE_PROBE:
+ case DevProbe::Playback:
{
#ifdef HAVE_STAT
struct stat buf;
@@ -288,7 +288,7 @@ void SolarisBackendFactory::probe(DevProbe type, std::string *outnames)
}
break;
- case CAPTURE_DEVICE_PROBE:
+ case DevProbe::Capture:
break;
}
}