output/alsa: log DoP mode

This commit is contained in:
Max Kellermann 2017-01-11 22:50:40 +01:00
parent 70008c47c9
commit df578c91ad
1 changed files with 5 additions and 0 deletions

View File

@ -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);