ASoC: Intel: NVL: Add entry for HDMI-In capture support to non-I2S codec boards. - #5873
Open
CBala21 wants to merge 1 commit into
Open
ASoC: Intel: NVL: Add entry for HDMI-In capture support to non-I2S codec boards.#5873CBala21 wants to merge 1 commit into
CBala21 wants to merge 1 commit into
Conversation
CBala21
requested review from
bardliao,
dbaluta,
kv2019i,
lgirdwood,
plbossart,
ranj063 and
ujfalusi
as code owners
August 10, 2026 06:39
There was a problem hiding this comment.
Pull request overview
Adds a new NVL machine-match + board-id so systems with the LT6911 HDMI-In capture device (but no onboard I2S audio codec) can use the correct SOF topology for HDMI-In capture over SSP while keeping HDMI/DP playback enabled.
Changes:
- Extend the NVL ACPI machine match table with an
INTC10B0entry using thenvl_lt6911_hdmi_sspmachine driver andsof-nvl-hdmi-ssp02.tplg. - Register a corresponding
platform_device_idinsof_ssp_ampso the new machine name configures HDMI-In capture on SSP0/SSP2 and enables HDMI playback.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sound/soc/intel/common/soc-acpi-intel-nvl-match.c | Adds NVL ACPI match entry for LT6911 HDMI-In-only systems and associates the topology filename. |
| sound/soc/intel/boards/sof_ssp_amp.c | Adds a new board ID mapping for nvl_lt6911_hdmi_ssp with HDMI-In capture mask and HDMI playback enabled. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| .tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER | | ||
| SND_SOC_ACPI_TPLG_INTEL_SSP_MSB, | ||
| }, | ||
| /* place amp-only boards in the end of table */ |
Author
There was a problem hiding this comment.
Lontium considered as amp category since its not full pledged codec. Hence comment should not be Lontium specific and there is possibility to add amp-only boards in match table.
…dec boards. Adding HDMI-In capture support for the NVL products which doesn't have onboard I2S codec. But need to support HDMI-In capture via I2S and audio playback through HDMI/DP monitor. Signed-off-by: Balamurugan C <balamurugan.c@intel.com>
CBala21
force-pushed
the
nvl_nocodec_hdmiin
branch
from
August 10, 2026 06:59
572b68b to
eb25412
Compare
bardliao
approved these changes
Aug 10, 2026
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.
Adding HDMI-In capture support for the NVL products which doesn't have onboard I2S codec. But need to support HDMI-In capture via I2S and audio playback through HDMI/DP monitor.