aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/alsoft-config/mainwindow.cpp')
-rw-r--r--utils/alsoft-config/mainwindow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 310d9260..24372688 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -35,7 +35,7 @@ static const struct {
};
static const struct {
- const char name[32];
+ const char name[48];
const char value[16];
} speakerModeList[] = {
{ "Autodetect", "" },
@@ -63,7 +63,8 @@ static const struct {
{ "Default", "" },
{ "Point (low quality, fast)", "point" },
{ "Linear (basic quality, fast)", "linear" },
- { "Sinc-Lanczos (good quality)", "sinc4" },
+ { "Sinc-Lanczos 4pt (good quality)", "sinc4" },
+ { "Sinc-Lanczos 6pt (high quality, slow)", "sinc6" },
{ "", "" }
}, stereoModeList[] = {