Merge Release/7.0.0 to main - #207
Merged
Merged
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Merge main to develop
Add 4k 120Hz and 100Hz support
gh#197: Enable/Disable application specific audio configuration data.
bhanucbp
approved these changes
Jul 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Merges the Release/7.0.0 branch into main, bringing in new/updated HAL public API surface (audio application-specific configuration, 4K 100/120Hz-related updates) and updating the changelog accordingly.
Changes:
- Add new application-specific audio configuration types in
dsAVDTypes.hand public APIs indsAudio.h. - Extend resolution/EDID-related constants and documentation updates for higher refresh-rate support.
- Add the 7.0.0 release entries to
CHANGELOG.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| include/dsVideoDevice.h | Updates Doxygen documentation/examples for display framerate strings (including 100/120Hz examples). |
| include/dsAVDTypes.h | Adds application-audio-config types/macros; extends TV resolution enum; updates EDID-related constants/arrays. |
| include/dsAudio.h | Introduces new public APIs to set/get/list application-specific audio configurations. |
| CHANGELOG.md | Adds 7.0.0 release section and additional 6.0.2 entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Release/7.0.0 to main