-
Notifications
You must be signed in to change notification settings - Fork 349
topology2: add sof-arl-rt711-l0-rt1316-l3 topologies #10190
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
topology2: add sof-arl-rt711-l0-rt1316-l3 topologies #10190
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| "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,\ |
Copilot
AI
Aug 25, 2025
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 PLATFORM parameter is set to 'mtl' for ARL topology. This should be 'arl' to match the intended Arrow Lake platform instead of Meteor Lake.
| "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,\ |
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