1. 25 Sep, 2023 33 commits
  2. 22 Sep, 2023 1 commit
  3. 21 Sep, 2023 4 commits
  4. 19 Sep, 2023 2 commits
    • Mark Brown's avatar
      Minor default jack pop performance updates · 667f45ca
      Mark Brown authored
      Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:
      
      Some small updates to the driver defaults to ensure a good pop
      performance on jack insert and removal.
      667f45ca
    • Mark Brown's avatar
      ASoC: SOF: ipc4/Intel: Support for firmware exception · 03db12ef
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      When a firmware crashes it creats a panic information into a telemetry
      slot.  The panic format is defined by Zephyr, includes stack and
      additional information to help to identify the reason for the crash.
      Part of the firmware exception handling the firmware also sends an
      EXCEPTION_CAUGHT notification.
      
      This series implements the kernel side handling of the exception: print
      information into the kernel log export the whole telemetry slot to user
      space for tools extract additional information from the panic dump.
      03db12ef