From 6c954e71dbd99a2ceb072c08481aee92ef8461c0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 7 Nov 2014 01:13:20 -0800 Subject: [PATCH] Use shorter display names for the surround sound config options --- utils/alsoft-config/mainwindow.cpp | 6 +++--- 1 file 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[] = { -- 2.11.4.GIT