Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thesofproject/sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thesofproject/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: amd-acp7b-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 3, 2026

  1. acp: add TDM DAI and DMA support for ACP 7.0

    Add TDM DAI and DMA support for the AMD ACP
    7.0 platform with three instances: HS, SP, and BT.
    
    Signed-off-by: Siva Subramanian Ravi Saravanan <sravisar@amd.com>
    sneha-voona authored and DINESHKUMARK1 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    c44ee85 View commit details
    Browse the repository at this point in the history
  2. acp: add TDM DAI and DMA support for ACP 7.X

    Enable TDM DAI and DMA for the ACP 7X platform.
    Add SOF_DMA_CAP_TDM and SOF_DMA_DEV_TDM capability and device bitmasks,
    register the acp_tdm_dma DMA entry for ACP,
    and add the SOF_DAI_AMD_TDM case to the DAI library to set the correct
    dma_dev and dma_caps.
    
    Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
    Signed-off-by: Sneha Voona <sneha.voona@amd.com>
    sneha-voona authored and DINESHKUMARK1 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    a9248d9 View commit details
    Browse the repository at this point in the history
  3. topology: amd: add ACP7.x TDM topology support

    Add ACP TDM topology support for ACP 7.x platform.
    This introduces ACPTDM platform macros and adds ACPTDM support
    in SectionHWConfig dai.m4 type handling so format, bclk, fsync,
    and TDM fields are emitted correctly for ACP TDM pipelines.
    Also add a new AMD vendor token:
    SOF_TKN_AMD_ACP_I2S_BITDEPTH (1703)
    With these updates, ACP 7.x TDM topology generation carries the required
    hardware configuration fields for correct DAI setup.
    
    Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
    Signed-off-by: Sneha Voona <sneha.voona@amd.com>
    sneha-voona authored and DINESHKUMARK1 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    e63afca View commit details
    Browse the repository at this point in the history
  4. topology: exclude topology2 from build

    topology2 is not supported on this branch and causes build errors
    when enabled. Comment out add_subdirectory(topology2) so topology
    builds use topology1 only.
    
    Signed-off-by: Sneha Voona <sneha.voona@amd.com>
    sneha-voona authored and DINESHKUMARK1 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    58aa46d View commit details
    Browse the repository at this point in the history
Loading