topology2: add sof-arl-rt711-l0-rt1316-l3 topologies#10190
Merged
lgirdwood merged 1 commit intothesofproject:mainfrom Aug 26, 2025
Merged
topology2: add sof-arl-rt711-l0-rt1316-l3 topologies#10190lgirdwood merged 1 commit intothesofproject:mainfrom
lgirdwood merged 1 commit intothesofproject:mainfrom
Conversation
Add sof-arl-rt711-l0-rt1316-l3 topology and the with PCH DMIC variations support. They are copied from the sof-mtl-rt711-l0-rt1316-l3 series. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
There was a problem hiding this comment.
Pull Request Overview
Adds ARL (Arrow Lake) topology configurations for rt711-l0-rt1316-l3 audio setups, extending support from the existing MTL (Meteor Lake) platform. This includes base topology and variations with different PCH DMIC channel configurations.
- Adds three new ARL topology targets: base, 4-channel DMIC, and 2-channel DMIC variants
- Configures SoundWire amplifier and DMIC parameters for each variant
- Sets up HDMI IDs and audio processing parameters for enhanced capture modes
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Comment on lines
+151
to
+162
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ | ||
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | ||
| HDMI1_ID=4,HDMI2_ID=5,HDMI3_ID=6" | ||
|
|
||
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-4ch\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ | ||
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | ||
| NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\ | ||
| PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-arl-rt711-l0-rt1316-l3-4ch.bin,\ | ||
| HDMI1_ID=6,HDMI2_ID=7,HDMI3_ID=8,DMIC0_ENHANCED_CAPTURE=true,\ | ||
| EFX_DMIC0_TDFB_PARAMS=line4_pass,EFX_DMIC0_DRC_PARAMS=dmic_default" | ||
|
|
||
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-2ch\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ |
There was a problem hiding this comment.
The PLATFORM parameter is set to 'mtl' for ARL topology. This should be 'arl' to match the intended Arrow Lake platform instead of Meteor Lake.
Suggested change
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ | |
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | |
| HDMI1_ID=4,HDMI2_ID=5,HDMI3_ID=6" | |
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-4ch\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ | |
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | |
| NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\ | |
| PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-arl-rt711-l0-rt1316-l3-4ch.bin,\ | |
| HDMI1_ID=6,HDMI2_ID=7,HDMI3_ID=8,DMIC0_ENHANCED_CAPTURE=true,\ | |
| EFX_DMIC0_TDFB_PARAMS=line4_pass,EFX_DMIC0_DRC_PARAMS=dmic_default" | |
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-2ch\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,\ | |
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3\;PLATFORM=arl,NUM_SDW_AMP_LINKS=1,\ | |
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | |
| HDMI1_ID=4,HDMI2_ID=5,HDMI3_ID=6" | |
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-4ch\;PLATFORM=arl,NUM_SDW_AMP_LINKS=1,\ | |
| SDW_SPK_STREAM=SDW3-Playback,SDW_SPK_IN_STREAM=SDW3-Capture,\ | |
| NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\ | |
| PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-arl-rt711-l0-rt1316-l3-4ch.bin,\ | |
| HDMI1_ID=6,HDMI2_ID=7,HDMI3_ID=8,DMIC0_ENHANCED_CAPTURE=true,\ | |
| EFX_DMIC0_TDFB_PARAMS=line4_pass,EFX_DMIC0_DRC_PARAMS=dmic_default" | |
| "cavs-sdw\;sof-arl-rt711-l0-rt1316-l3-2ch\;PLATFORM=arl,NUM_SDW_AMP_LINKS=1,\ |
kv2019i
approved these changes
Aug 25, 2025
lgirdwood
approved these changes
Aug 26, 2025
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 sof-arl-rt711-l0-rt1316-l3 topology and the with PCH DMIC variations support. They are copied from the sof-mtl-rt711-l0-rt1316-l3 series.
Link: thesofproject/linux#5474