[NVL]Patches to support HDMI in capture with Everest and Realtek I2S codec.#5853
Open
CBala21 wants to merge 2 commits into
Open
[NVL]Patches to support HDMI in capture with Everest and Realtek I2S codec.#5853CBala21 wants to merge 2 commits into
CBala21 wants to merge 2 commits into
Conversation
…atch table Adding HDMI-In capture via I2S feature support in NVL platform. Signed-off-by: Balamurugan C <[email protected]>
…NVL. Added match table entry on nvl machines to support HDMI-In capture with rt5682 I2S audio codec. also added the respective quirk configuration in rt5682 machine driver. Signed-off-by: Balamurugan C <[email protected]>
CBala21
requested review from
bardliao,
dbaluta,
kv2019i,
lgirdwood,
plbossart,
ranj063 and
ujfalusi
as code owners
July 24, 2026 09:59
There was a problem hiding this comment.
Pull request overview
This PR extends the Intel NVL SOF ASoC machine selection to support HDMI-in capture (via the LT6911 ACPI device) on platforms using either Everest ES83x6 or Realtek RT5682/RT5682S I2S codecs, by selecting new NVL-specific machine IDs and topology filenames when the HDMI capture device is present.
Changes:
- Add NVL ACPI machine entries that require presence of
INTC10B0and select HDMI-capture-capable topologies for ES83x6 and RT5682/RT5682S platforms. - Add new platform device ID
nvl_rt5682_c1_h02to the RT5682 machine driver to enable HDMI capture on SSP0/SSP2. - Add new platform device ID
nvl_es83x6_c1_h02to the ES8336/ES83x6 machine driver with HDMI-capture-related quirk bits (2 HDMI capture SSPs: 0 and 2).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sound/soc/intel/common/soc-acpi-intel-nvl-match.c | Adds NVL machine matches gated on INTC10B0 presence and selects HDMI-capture-capable SOF topology filenames. |
| sound/soc/intel/boards/sof_rt5682.c | Adds NVL platform ID mapping to existing HDMI-in capture SSP mask quirk configuration. |
| sound/soc/intel/boards/sof_es8336.c | Adds NVL platform ID mapping to existing ES83x6 HDMI-capture quirk configuration (SSP0/SSP2). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.