Skip to content

ASoC: SOF: add Intel UAOL sof_ipc_dai_type#5805

Merged
ujfalusi merged 1 commit into
thesofproject:topic/sof-devfrom
bardliao:SOF_DAI_INTEL_UAOL
Jun 10, 2026
Merged

ASoC: SOF: add Intel UAOL sof_ipc_dai_type#5805
ujfalusi merged 1 commit into
thesofproject:topic/sof-devfrom
bardliao:SOF_DAI_INTEL_UAOL

Conversation

@bardliao

@bardliao bardliao commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

The type will be used for Intel USB Audio Offload Link (UAOL) DAI.

The type will be used for Intel USB Audio Offload Link (UAOL) DAI.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the SOF IPC DAI type UAPI by adding an enum value for Intel UAOL (USB Audio Offload Link), enabling the kernel/firmware interface to identify this new DAI type.

Changes:

  • Add SOF_DAI_INTEL_UAOL to enum sof_ipc_dai_type in the SOF DAI IPC header.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread include/sound/sof/dai.h
SOF_DAI_AMD_HS_VIRTUAL, /**< AMD ACP HS VIRTUAL */
SOF_DAI_IMX_MICFIL, /** < i.MX MICFIL PDM */
SOF_DAI_AMD_SDW, /**< AMD ACP SDW */
SOF_DAI_INTEL_UAOL, /**< Intel UAOL */
Comment thread include/sound/sof/dai.h
SOF_DAI_AMD_HS_VIRTUAL, /**< AMD ACP HS VIRTUAL */
SOF_DAI_IMX_MICFIL, /** < i.MX MICFIL PDM */
SOF_DAI_AMD_SDW, /**< AMD ACP SDW */
SOF_DAI_INTEL_UAOL, /**< Intel UAOL */

@kv2019i kv2019i left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this slipped through the ABI review.

@ujfalusi ujfalusi merged commit 7ff6023 into thesofproject:topic/sof-dev Jun 10, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants