1. 02 Apr, 2024 6 commits
  2. 29 Mar, 2024 2 commits
  3. 28 Mar, 2024 7 commits
  4. 27 Mar, 2024 1 commit
  5. 26 Mar, 2024 2 commits
    • Mark Brown's avatar
      ASoC: SOF: ipc4/Intel: Fix delay reporting · 3849c4d6
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      The current version of delay reporting code can report incorrect
      values when paired with a firmware which enables this feature.
      
      Unfortunately there are several smaller issues that needed to be addressed
      to correct the behavior:
      
      Wrong information was used for the host side of counter
      For MTL/LNL used incorrect (in a sense that it was verified only on MTL)
      link side counter function.
      The link side counter needs compensation logic if pause/resume is used.
      The offset values were not refreshed from firmware.
      Finally, not strictly connected, but the ALSA buffer size needs to be
      constrained to avoid constant xrun from media players (like mpv)
      
      The series applies cleanly for 6.9 and 6.8.y stable, but older stable
      would need manual backport, but it is questionable if it is needed as
      MTL/LNL is missing features.
      3849c4d6
    • Charles Keepax's avatar
      ASoC: cs42l43: Correct extraction of data pointer in suspend/resume · 56ebbd19
      Charles Keepax authored
      The current code is pulling the wrong pointer causing it to disable the
      wrong IRQ. Correct the code to pull the correct cs42l43 core data
      pointer.
      
      Fixes: 64353af4 ("ASoC: cs42l43: Add system suspend ops to disable IRQ")
      Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
      Link: https://msgid.link/r/20240326105434.852907-1-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      56ebbd19
  6. 25 Mar, 2024 20 commits
  7. 24 Mar, 2024 2 commits