1. 21 Sep, 2022 4 commits
    • Zeng Heng's avatar
      ASoC: sunxi: fix declaration compile error · ee81cfb5
      Zeng Heng authored
      Just fix compile error without any logic changes.
      
      sound/soc/sunxi/sun50i-dmic.c:62:1: error: ‘static’ is not at beginning of declaration [-Werror=old-style-declaration]
         62 | const static struct dmic_rate dmic_rate_s[] = {
            | ^~~~~
      Signed-off-by: default avatarZeng Heng <zengheng4@huawei.com>
      Link: https://lore.kernel.org/r/20220921033819.2188233-1-zengheng4@huawei.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      ee81cfb5
    • Mark Brown's avatar
      ASoC: SOF: Add SKL/KBL support for IPC4 CI tests · f7aadbb2
      Mark Brown authored
      Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      This patchset was submitted earlier in April 2022 as part of the
      "ASoC: SOF: add INTEL_IPC4 plumbing" series. As requested the SKL/KBL
      support is moved to a different series.
      
      This update adds minor style fixes and the ops that were missing at
      the time. SKL and KBL daily tests have been running for several months
      and helped identify missing sequences in the SOF driver for HDaudio
      links, or platform differences that the driver did not account for
      (number of pipelines, etc).
      
      Note that this capability is not recommended for any distribution, it
      is ONLY for SOF IPC4 CI tests on HDaudio devices, we will not extend
      this SKL/KBL support for I2S devices based on ES8336 or Chromebooks
      which are ONLY supported by the AVS driver.
      f7aadbb2
    • Mark Brown's avatar
      ADD SOF support for rembrandt platform · 1dc53232
      Mark Brown authored
      Merge series from V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>:
      
      This series consists of
      
      1.Make ACP core code generic for newer SOC transition
      2.Add support for Rembrandt plaform
      3.Adding amd HS functionality to the sof core
      4.increase SRAM inbox and outbox size to 1024
      1dc53232
    • Mark Brown's avatar
      Add some models into acp6x quirk list · 2ca8c73b
      Mark Brown authored
      Merge series from Mario Limonciello <mario.limonciello@amd.com>:
      
      Another model from ASUS and Lenovo have been identified that
      don't include anything in ACPI tables to indicate they require the
      ACP6x DMIC driver to be loaded.
      
      This series adds them both to the quirk list.
      2ca8c73b
  2. 20 Sep, 2022 27 commits
  3. 19 Sep, 2022 9 commits