Commit df578c91 authored by Max Kellermann's avatar Max Kellermann

output/alsa: log DoP mode

parent 70008c47
......@@ -763,6 +763,11 @@ AlsaOutput::Open(AudioFormat &audio_format)
GetDevice()));
}
#ifdef ENABLE_DSD
if (params.dop)
FormatDebug(alsa_output_domain, "DoP (DSD over PCM) enabled");
#endif
pcm_export->Open(audio_format.format,
audio_format.channels,
params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment