1. 28 Aug, 2024 4 commits
  2. 26 Aug, 2024 3 commits
  3. 24 Aug, 2024 2 commits
  4. 23 Aug, 2024 8 commits
  5. 22 Aug, 2024 10 commits
  6. 21 Aug, 2024 6 commits
  7. 20 Aug, 2024 5 commits
  8. 19 Aug, 2024 2 commits
    • Mark Brown's avatar
      ALSA/ASoC/SoundWire: Intel: update maximum number · 175fcd15
      Mark Brown authored
      Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:
      
      Intel new platforms can have up to 5 SoundWire links.
      This series does not apply to SoundWire tree due to recent changes in
      machine driver. Can we go via ASoC tree with Vinod's Acked-by tag?
      175fcd15
    • Mark Brown's avatar
      ASoC: Intel: Remove skylake driver · 46e21141
      Mark Brown authored
      Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:
      
      A spiritual successor to haswell/baytrail removal series [1].
      
      The avs-driver found in sound/soc/intel/avs is a direct replacement to
      the existing skylake-driver. It covers all features supported by it and
      more and aligns with the recommended flows and requirements based on
      Windows driver equivalent.
      
      The skylake-driver related UAPI has been removed with "ASoC: Drop
      soc-topology ABI v4 support" [2].
      
      For the official kernel tree the deprecation begun with v6.0. Most
      skylake-drivers users moved to avs- or SOF-driver when AudioDSP
      capabilities are available on the platform or to snd-hda-intel
      (sound/pci/hda) when such capabilities are not.
      
      For the supported trees the deprecation begun with v5.4 with v5.15 being
      the first where the skylake-driver is disabled entirely.
      
      All machine board drivers that consume this DSP driver have their
      replacements present within sound/soc/intel/avs/boards/ directory.
      
      [1]: https://lore.kernel.org/alsa-devel/20201006064907.16277-1-cezary.rojewski@intel.com/
      [2]: https://lore.kernel.org/alsa-devel/20240403091629.647267-1-cezary.rojewski@intel.com/
      46e21141