[DNM] UGLY HACK: Capture hw mute indicator test code#9800
Draft
jsarha wants to merge 4 commits intothesofproject:mainfrom
Draft
[DNM] UGLY HACK: Capture hw mute indicator test code#9800jsarha wants to merge 4 commits intothesofproject:mainfrom
jsarha wants to merge 4 commits intothesofproject:mainfrom
Conversation
added 4 commits
January 28, 2025 12:12
Add enum for global kcontrol IDs and SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE in it. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Add SOF_IPC4_FW_GLOBAL_KCONTROL_MASK to fw_config_params. The purpose is to inform the driver which global kcontrols are supported by the FW. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Add IPC4_FW_GLOBAL_KCONTROL_MASK tuple to base_fw get reply message. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
UGLY HACK: do not merge!!! Hack to send global capture hw mute togling message periodically.
8930bd3 to
1835e7d
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This code is only for testing the SOF Driver parts showing the global capture hw mute indicator here: thesofproject/linux#5310