Skip to content

Commit

Permalink
Merge pull request rdkcentral#5877 from Srigayathry/sprint/dolby_soun…
Browse files Browse the repository at this point in the history
…dmode_delia_65853

DELIA-65853: Atmos indication is not displayed with DDP
  • Loading branch information
apatel859 authored Nov 26, 2024
2 parents 3b3baa2 + e5105e9 commit b65a0c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PlayerInfo/DeviceSettings/PlatformImplementation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b65a0c1

Please sign in to comment.