diff --git a/PlayerInfo/DeviceSettings/PlatformImplementation.cpp b/PlayerInfo/DeviceSettings/PlatformImplementation.cpp index fdbfb44304..b2c0c59b41 100644 --- a/PlayerInfo/DeviceSettings/PlatformImplementation.cpp +++ b/PlayerInfo/DeviceSettings/PlatformImplementation.cpp @@ -393,6 +393,8 @@ class PlayerInfoImplementation : public Exchange::IPlayerProperties, public Exch else if(soundmode == device::AudioStereoMode::kStereo) mode = STEREO; else if(soundmode == device::AudioStereoMode::kMono) mode = MONO; else if(soundmode == device::AudioStereoMode::kPassThru) mode = PASSTHRU; + else if(soundmode == device::AudioStereoMode::kDD) mode = DOLBYDIGITAL; + else if(soundmode == device::AudioStereoMode::kDDPlus) mode = DOLBYDIGITALPLUS; else mode = UNKNOWN; /* Auto mode applicable for HDMI Arc and SPDIF */