1. 18 Jun, 2024 17 commits
  2. 16 Jun, 2024 2 commits
  3. 14 Jun, 2024 3 commits
  4. 13 Jun, 2024 12 commits
  5. 31 May, 2024 4 commits
  6. 30 May, 2024 2 commits
    • Takashi Iwai's avatar
      Merge tag 'asoc-fix-v6.10-rc1' of... · e1e287e6
      Takashi Iwai authored
      Merge tag 'asoc-fix-v6.10-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Fixes for v6.10
      
      Several serieses of fixes that have come in since the merge window,
      mostly for Intel systems.  The biggest thing is some updates from Peter
      which fix support for a series of Intel laptops which have been found to
      use 16 bit rather than 32 bit DMIC configuration blobs in their firmware
      descriptions.  We also have a bunch of fixes for module annotations, and
      some smaller single patch fixes.
      e1e287e6
    • Mark Brown's avatar
      ASoC: SOF: ipc4-topology: Fix nhlt configuration blob · c85578e7
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      The existing logic to pick a DMIC blob is based on several historical
      assumptions that the NHLT in BIOS always contains 32-bits per sample
      type (first patch, [1]).
      
      The other issue with the existing logic is that it was designed to care only
      about the bit depth of the format and fails to find the existing and correct
      blob when rate/channels are different on the FE side compared to what we should
      be using on the DAI side (we have components in path which can change
      rate/channel count).
      
      These issues have not been observed in past but with new MTL based (Windows)
      laptops and new topologies to enhance the audio quality, we started to see weird
      issues around how our assumptions of vendors failed.
      
      Since some NHLT blob handling cleanup has been done for 6.10, this series will
      complete that work to cover even cases that we don't anticipate to see.
      
      [1] https://github.com/thesofproject/linux/issues/4973
      c85578e7