diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 73773836..49a6c474 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -64,7 +64,7 @@ static const struct { { "Point (low quality, fast)", "point" }, { "Linear (basic quality, fast)", "linear" }, { "Sinc-Lanczos 4pt (good quality)", "sinc4" }, - { "Sinc-Lanczos 6pt (high quality, slow)", "sinc6" }, + { "Sinc-Lanczos 8pt (high quality, slow)", "sinc8" }, { "", "" } }, stereoModeList[] = { |