diff options
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 9eaf14ed..13fdfe3f 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -41,9 +41,9 @@ static const struct { { "Mono", "mono" }, { "Stereo", "stereo" }, { "Quadrophonic", "quad" }, - { "5.1 Surround Sound", "surround51" }, - { "6.1 Surround Sound", "surround61" }, - { "7.1 Surround Sound", "surround71" }, + { "5.1 Surround", "surround51" }, + { "6.1 Surround", "surround61" }, + { "7.1 Surround", "surround71" }, { "", "" } }, sampleTypeList[] = { |