diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index c3595ac0a..0d1664441 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -54,7 +54,7 @@ constexpr std::array backendList{ BackendNamePair{ "solaris", "Solaris" }, #endif #ifdef HAVE_SNDIO - BackendNamePair{ "sndio", "SoundIO" }, + BackendNamePair{ "sndio", "SndIO" }, #endif #ifdef HAVE_WASAPI BackendNamePair{ "wasapi", "WASAPI" },