forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 140
ASoC: SOF: Initial support for IPC4 compress offload #5647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
ujfalusi
wants to merge
21
commits into
thesofproject:topic/sof-dev
Choose a base branch
from
ujfalusi:peter/topic/ipc4_compr
base: topic/sof-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dbbbdb9
ASoC: soc-pcm: Allocate be_substream->runtime for compressed streams
ujfalusi 3619f7e
ASoC: SOF: compress: Rename compress ops with ipc3 prefix
ranj063 f087819
ASoC: SOF: sof-audio: Expose a couple of functions
ranj063 59bbb52
ASoC: SOF: pcm: Modify the signature of a couple of PCM IPC ops
ranj063 e10c126
ASoC: SOF: intel: hda-stream: Clear the current position when releasi…
ranj063 21889dd
ASoC: SOF: ops: Add new platform-specific ops for compress
ranj063 72243bc
ASoC: SOF: ipc4: Add definition of module data in init_ext object type
ujfalusi 21a4e7f
ASoC: SOF: ipc4-topology: Support init_ext_module_data for process mo…
ujfalusi d56fed2
ASoC: SOF: ipc4-pcm: Make the timestamp info usable outside of ipc4-p…
ujfalusi dd7adfa
ASoC: SOF: Add support for IPC4 compressed
ranj063 7686448
ASoC: SOF: Intel: Kconfig: Remove redundant IPC version selects
ujfalusi 8146ab1
ASoC: SOF: Intel: Kconfig: Select compress support for TGL+ platforms
ujfalusi 8162c52
ASoC: SOF: topology: Add support for decoder and encoder widgets
ranj063 7139584
-- get_caps wip --
ujfalusi bb461f2
ASoC: SOF: ipc4/ipc4-loader: Add SOF_CODEC_INFO (id = 35) to fw_confi…
ujfalusi c3f4c47
ASoC: SOF: ipc4-compress: Implement get_caps callback
ujfalusi 3211437
fixup! ASoC: SOF: ops: Add new platform-specific ops for compress
ujfalusi 693829a
fixup! ASoC: SOF: ipc4-compress: Implement get_caps callback
ujfalusi ad5b2c1
ASoC: SOF: ipc4-compress: Return -ENOTSUPP for not supported triggers
ujfalusi 7f2d8d9
fixup! ASoC: SOF: ipc4-compress: Implement get_caps callback
ujfalusi c90259d
fixup! ASoC: SOF: ipc4/ipc4-loader: Add SOF_CODEC_INFO (id = 35) to f…
ujfalusi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why we dont allocate this in the same logic as non compressed i.e. to balance the conditional logic here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The FE is not a PCM, there we don't have runtime at all, but BE is running as a PCM.