output/alsa: log DoP mode
This commit is contained in:
parent
70008c47c9
commit
df578c91ad
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue