aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-08 05:53:17 -0800
committerChris Robinson <[email protected]>2014-11-08 05:53:17 -0800
commit3904a3f033ff2060bc8394164b437dabaf851046 (patch)
tree23c8415329f038fb8049f41e6e534ef21a37d7fa /utils
parent74994e9d114953621042ab6b6f11cc7a4e32db94 (diff)
Allow selecting the 5.1-rear channel config from the config file
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 13fdfe3f..802cc71e 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -41,7 +41,8 @@ static const struct {
{ "Mono", "mono" },
{ "Stereo", "stereo" },
{ "Quadrophonic", "quad" },
- { "5.1 Surround", "surround51" },
+ { "5.1 Surround (Side)", "surround51" },
+ { "5.1 Surround (Rear)", "surround51rear" },
{ "6.1 Surround", "surround61" },
{ "7.1 Surround", "surround71" },