From 6fc567f1abb760d17b7172e74e8f4652a78078e0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Sep 2015 17:06:23 -0700 Subject: Reorganize some HRTF config options --- utils/alsoft-config/mainwindow.cpp | 2 +- utils/alsoft-config/mainwindow.ui | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'utils/alsoft-config') diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 67af9bbe..bc5c6fee 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -360,7 +360,7 @@ void MainWindow::loadConfig(const QString &fname) ui->enableNeonCheckBox->setChecked(!disabledCpuExts.contains("neon", Qt::CaseInsensitive)); if(settings.value("hrtf").toString() == QString()) - ui->hrtfEnableButton->setChecked(true); + ui->hrtfAutoButton->setChecked(true); else { if(settings.value("hrtf", true).toBool()) diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 3dbc7e1c..0612a385 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -215,7 +215,7 @@ to stereo output. HRTF (Stereo only) - + 20 @@ -225,10 +225,11 @@ to stereo output. - Allows applications to request HRTF mixing. + Allows applications to request HRTF mixing, or for HRTF +mixing to be enabled when headphones are detected. - Enable + Auto true @@ -238,7 +239,7 @@ to stereo output. 20 - 50 + 70 71 21 @@ -254,7 +255,7 @@ to stereo output. 20 - 70 + 50 71 21 -- cgit v1.2.3