1. 28 Feb, 2023 1 commit
  2. 24 Feb, 2023 4 commits
  3. 20 Feb, 2023 4 commits
  4. 16 Feb, 2023 2 commits
  5. 15 Feb, 2023 5 commits
  6. 14 Feb, 2023 13 commits
  7. 13 Feb, 2023 7 commits
  8. 10 Feb, 2023 2 commits
  9. 09 Feb, 2023 2 commits
    • Mark Brown's avatar
      ASoC: qcom: q6dsp and lpass codec stablity fixes · 906b6f7b
      Mark Brown authored
      Merge series from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
      From q6dsp side issues are around locking of position pointer and handle
      From LPASS codec side most of the staiblity issues were around runtime pm,:
      
      While testing X13s audio, we found multiple stablity issues this patchset
      fixes these issues.
      From q6dsp side issues are around locking of position pointer and handle
      multiple prepare cases along with pulse audio timerbased scheduling workaround.
      
      From LPASS codec side most of the staiblity issues were around runtime pm,
      hitting various issues as the codec was firstly resetting the soundwire block
      for every clk disable/enable which is taking the slaves out of sync and
      resulting in re-enumerating. Second issue was around fsgen clk is not
      brining up the codec out of suspend as it was not added after
      runtime pm enabled. Final issue was with codec mclk rate which should
      have been 192KHz same as npl instead of 96KHz. We were getting lucky as
      wsa drivers are setting the same clk to 192KHz.
      
      With this patches, x13s audio is pretty stable.
      906b6f7b
    • Mark Brown's avatar
      ASoC: SOF: ipc4-topology: Configure copier sink format · 67b690b3
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      In a course of creating complicated topologies where multiple output pins of a
      copier is enabled, we have discovered that additional configuration needs to be
      sent to the firmware to make the use cases working.
      67b690b3