1. 09 Feb, 2023 25 commits
  2. 08 Feb, 2023 5 commits
  3. 07 Feb, 2023 6 commits
  4. 06 Feb, 2023 2 commits
  5. 03 Feb, 2023 2 commits
    • Mark Brown's avatar
      ASoC: SOF: core/ipc4/mtl: Add support for PCM delay · 700ed3bb
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      The following series adds support for the PCM delay reporting in SOF core level
      and implements the needed infrastructure with IPC4 to finally enable it for MTL.
      
      Currently this is only supported on MTL (and via IPC4), but with the
      infrastructure in place it will be possible to support other platforms with
      DeepBuffer.
      700ed3bb
    • Mark Brown's avatar
      ASoC: (SOF) topology: Regression fixes for next · cfe4585d
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      Today I came across two regressions in next with SOF:
      
      The topology would not load with a failure of creating playback DAI
      the first patch is fixing this which was caused by a missing 'else' in the patch
      
      After fixing the topology loading, the module unloading caused kernel panic.
      The second patch is correcting that which is I likely caused by copy-paste to
      set wrong unload callback for the graph element.
      
      With these patches applied SOF is working on next and modules can be unloaded
      cfe4585d