Skip to content

Commit

Permalink
Merge pull request rdkcentral#5510 from Neethu379/sprint/24Q3_LLAMA-1…
Browse files Browse the repository at this point in the history
…4185

LLAMA-14185: AVR shows incorrect audio format.
  • Loading branch information
ddevad authored Aug 6, 2024
2 parents b03df6f + 8d33291 commit a31f4a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DisplaySettings/DisplaySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,14 @@ namespace WPEFramework {
DisplaySettings::_instance->m_requestSadRetrigger = false;
}

if (DisplaySettings::_instance->m_AudioDeviceSADState != AUDIO_DEVICE_SAD_CLEARED) {
DisplaySettings::_instance->m_AudioDeviceSADState = AUDIO_DEVICE_SAD_CLEARED;
LOGINFO("%s: Clearing Audio device SAD\n", __FUNCTION__);
sad_list.clear();
} else {
LOGINFO("SAD already cleared\n");
}

}// Release Mutex m_AudioDeviceStatesUpdateMutex
}
catch (const device::Exception& err)
Expand Down

0 comments on commit a31f4a4

Please sign in to comment.