diff options
Diffstat (limited to 'src/pcm/Convert.hxx')
-rw-r--r-- | src/pcm/Convert.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pcm/Convert.hxx b/src/pcm/Convert.hxx index c22241054..4a1143338 100644 --- a/src/pcm/Convert.hxx +++ b/src/pcm/Convert.hxx @@ -51,6 +51,10 @@ class PcmConvert { bool enable_resampler, enable_format, enable_channels; +#ifdef ENABLE_DSD + bool dsd2pcm_float; +#endif + public: /** |