diff options
author | Chris Robinson <[email protected]> | 2014-11-07 01:13:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-07 01:13:20 -0800 |
commit | 6c954e71dbd99a2ceb072c08481aee92ef8461c0 (patch) | |
tree | 08a4dfa75727978df6f9a1d4db83303709e55bb6 /utils | |
parent | 0051a9637644795c721945faf64f9917ec5aa788 (diff) |
Use shorter display names for the surround sound config options
Diffstat (limited to 'utils')
-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[] = { |