summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-17 16:37:09 +0100
committerMax Kellermann <max@musicpd.org>2020-01-17 16:37:09 +0100
commitc84bae739a29ec27790c5534b7fc777d6f40a02f (patch)
treec31b837eb57298d807cf3f2803017f354ad78ad2 /src/config
parent925b5954c362c8283f321724823da83e65485a3f (diff)
pcm/Convert: add option to enable the integer-only dsd2pcm implementation
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Option.hxx1
-rw-r--r--src/config/Templates.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/Option.hxx b/src/config/Option.hxx
index 0344b6695..f8994124e 100644
--- a/src/config/Option.hxx
+++ b/src/config/Option.hxx
@@ -79,6 +79,7 @@ enum class ConfigOption {
DESPOTIFY_USER,
DESPOTIFY_PASSWORD,
DESPOTIFY_HIGH_BITRATE,
+ DSD2PCM_CONVERTER,
MAX
};
diff --git a/src/config/Templates.cxx b/src/config/Templates.cxx
index 01205c3d0..48a680242 100644
--- a/src/config/Templates.cxx
+++ b/src/config/Templates.cxx
@@ -75,6 +75,7 @@ const ConfigTemplate config_param_templates[] = {
{ "despotify_user", false, true },
{ "despotify_password", false, true },
{ "despotify_high_bitrate", false, true },
+ { "dsd2pcm_converter" },
};
static constexpr unsigned n_config_param_templates =