gh#197: Enable/Disable application specific audio configuration data. - #203
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new Device Settings Audio HAL API to enable/disable application-specific audio configuration behaviors, along with a type to expose the supported configuration list.
Changes:
- Add
dsApplicationAudioConfigList_tandMAX_AUDIO_CONFIG_BUFFER_LENto carry a comma-separated list of supported app audio configurations. - Add new public APIs to set/get an application audio configuration enable state and to query the supported configuration list.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| include/dsAVDTypes.h | Adds a new buffer length macro and a struct for returning supported application audio configuration names + count. |
| include/dsAudio.h | Adds new public HAL APIs for setting/getting an app-specific audio configuration and querying the supported list, with Doxygen documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 7, 2026 09:56
364b355 to
b76143b
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 8, 2026 11:37
b76143b to
657ee86
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 8, 2026 11:47
657ee86 to
04fd436
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 8, 2026 11:54
04fd436 to
b4438b4
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 8, 2026 12:13
b4438b4 to
ddee2d3
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 8, 2026 12:23
ddee2d3 to
0c3dd1a
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 10, 2026 11:55
0c3dd1a to
bbd0dab
Compare
shashank4388
dismissed stale reviews from AnandPandav and outdooruseonly
via
July 13, 2026 11:17
61fe2ec
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 13, 2026 11:47
61fe2ec to
1c10d3b
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 14, 2026 10:04
1c10d3b to
aa4e1e6
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 14, 2026 10:11
aa4e1e6 to
9393058
Compare
shashank4388
force-pushed
the
feature/gh-197-app-audio-config
branch
from
July 14, 2026 10:19
9393058 to
8a8b893
Compare
Ulrond
approved these changes
Jul 14, 2026
ddevadas53276
approved these changes
Jul 14, 2026
Contributor
|
@shashank4388 , can you resolve the conversation please. |
Author
@kanjoe24 resolved all the conversations |
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.
Introducing a new api in device settings to enable/disable application specific audio config data.