aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-11-29 14:54:29 -0800
committerChris Robinson <[email protected]>2019-11-29 14:54:29 -0800
commit1a4a3764d14b7cbe73d657522f1dca128a5cd488 (patch)
treead7a8ecad780422522701d74bd6e6d2fab8ab562 /utils
parenta8d06c073188d81c7ae6ced104a57a6ca984849d (diff)
Update built-in HRTF name for alsoft-config
Diffstat (limited to 'utils')
-rw-r--r--utils/alsoft-config/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index fed9de59..df4b692e 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -601,8 +601,7 @@ QStringList MainWindow::collectHrtfs()
}
#ifdef ALSOFT_EMBED_HRTF_DATA
- ret.push_back("Built-In 44100hz");
- ret.push_back("Built-In 48000hz");
+ ret.push_back("Built-In HRTF");
#endif
}
return ret;