Skip to content

Commit

Permalink
Rename SoundIO to SndIO
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Apr 15, 2024
1 parent ad5519b commit 1f85c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/alsoft-config/mainwindow.cpp
Expand Up @@ -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" },
Expand Down

0 comments on commit 1f85c86

Please sign in to comment.