docs: algos: add provider icons as column 0 in algorithms table - #535
Merged
lgirdwood merged 1 commit intoSep 20, 2026
Merged
Conversation
Add provider icons and names to Column 0 of the algorithms table in the Supplied Processing Algorithms page (algos/index.rst): - Add clean, vector SVG icons for all algorithm providers (SOF, FFmpeg, WebRTC, Google, Realtek, Cadence, Steam Audio, DTS, Dolby) under images/vendors/. - Add DTS Audio Processing (DTS:X) and Dolby Audio Processing (DAP) partner module entries to data/modules.yaml. - Update scripts/generate_matrices.py to define PROVIDER_MAP and write_provider_substitutions(), and render Column 0 as "Provider" with the provider icon and title matching the platform tables styling. - Update algos/index.rst introduction to highlight the expanded ecosystem of upstream, open-source, and commercial partner processing algorithms. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
lgirdwood
requested review from
deb-intel,
intelkevinputnam,
mmaka1 and
mwasko
as code owners
September 20, 2026 19:22
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.
Add provider icons and names to Column 0 of the algorithms table in the Supplied Processing Algorithms page (
algos/index.rst):images/vendors/.data/modules.yaml.scripts/generate_matrices.pyto definePROVIDER_MAPandwrite_provider_substitutions(), and render Column 0 asProviderwith the provider icon and title matching the platform tables styling.algos/index.rstintroduction to highlight the expanded ecosystem of upstream, open-source, and commercial partner processing algorithms.Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com