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: ptl-008-drop-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 27 files changed
  • 5 contributors

Commits on Mar 25, 2026

  1. boards: ace30: disable IMR context save

    Disabled IMR context save feature as it is not used in the Chrome build
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    adabb50 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. topology2: Split the configuration of dolby-dax on the headphone

    On certain platforms, such as Intel PTL, memory limitations prevent the
    creation of two instances simultaneously on both the speaker and
    headphone pipelines. Therefore, new configuration SSP_HEADSET_DAX for
    cavs-rt5682 and SDW_JACK_PIPELINE_SRC for cavs-sdw have been added to
    allow users to decide whether to enable DAX on both the speaker and
    headphone pipelines based on the platform's capabilities.
    
    Additionally, to maintain the readability of the cavs-sdw configuration
    file, the sdw-dax files for the speaker and headphone have been
    separated into their own files.
    
    sdw-amp-dax.conf: Based on sdw-amp-generic.conf, remove all logic where
    PASSTHROUGH is set to true and SDW_SPK_ENHANCED_PLAYBACK is set to false,
    and add the dolby-dax widget
    
    sdw-jack-dax.conf: Based on sdw-jack-generic.conf, remove all logic
    where PASSTHROUGH is set to true and SDW_SPK_ENHANCED_PLAYBACK is set
    to false, and add the dolby-dax widget
    
    Signed-off-by: Jun Lai <jun.lai@dolby.com>
    checkupup authored and abonislawski committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    fe637e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. versions.json: set version to 2.14.1008

    Set version to 2.14.1008 to prepare for ptl-008 release.
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    b278530 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. west.yml: update Zephyr version

    Update Zephyr to include a fix for dynamic stack creation
    23054a97f404 ("kernel: dynamic stack to cached area if coherence").
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh authored and abonislawski committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    0a1fef0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. app : overlays : add dts overlay for PTL

    This patch adds DTS_CODEC for Intel PTL platform builds.
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    ce837cb View commit details
    Browse the repository at this point in the history
  2. codec : dts : update cmakefile and toml for llext

    Update CMakefile and toml to support building DTS to llext module
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    ae3fea9 View commit details
    Browse the repository at this point in the history
  3. codec : dts : update the max parameter size

    Increase the max parameter size to 2048
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    229f86c View commit details
    Browse the repository at this point in the history
  4. topology2: add rt721_l3_rt1320_l3 support

    Create the topology file: sof-ptl-rt721-l3-rt1320-l3-4ch-ssp2-bt,
    enabling BT on SSP2 and PCH_DMIC 4-channel support via the tplg_filename
    parameter as a fallback when no ACPI machine table is found.
    
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    macchian authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    148aa3c View commit details
    Browse the repository at this point in the history
  5. Topology2 : add DTS topology to support PTL

    Add DTS pipeline and sdw-amp-dts, sdw-jack-dts to support PTL platform
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    a2c63e0 View commit details
    Browse the repository at this point in the history
  6. Topolog2 : add DTS related topology for PTL RT721

    Split this cmakefile from the origin commit for the further
    maintenance of production branch
    
    Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
    joechengxperi authored and abonislawski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    6973090 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. dax: add an instance manager

    When multiple DAX components are running simultaneously, instance
    resources may be insufficient. In this case, DAX instance manager
    ensures that higher-priority DAX components are always granted
    instance resources. For DAX components that cannot obtain instance
    resources in a timely manner, `dax_process` will operate in
    pass-through mode.
    
    Signed-off-by: Jun Lai <jun.lai@dolby.com>
    checkupup authored and abonislawski committed May 13, 2026
    Configuration menu
    Copy the full SHA
    e716b09 View commit details
    Browse the repository at this point in the history
  2. topology2: enable dax on headphone pipelines

    Multiple DAX instances have been supported, so enable it on headphone
    pipelines.
    
    Signed-off-by: Jun Lai <jun.lai@dolby.com>
    checkupup authored and abonislawski committed May 13, 2026
    Configuration menu
    Copy the full SHA
    c89e609 View commit details
    Browse the repository at this point in the history
Loading