1. 29 Nov, 2022 6 commits
  2. 28 Nov, 2022 31 commits
  3. 25 Nov, 2022 3 commits
    • Mark Brown's avatar
      RK3588 Audio Support · cd895842
      Mark Brown authored
      Merge series from Nicolas Frattaroli <frattaroli.nicolas@gmail.com>:
      
      This patchset refactors the Rockchip I2S/TDM driver in order to
      support the RK3588 SoC, and then adds the necessary compatible
      string to load the driver for it.
      
      Patch 1 rectifies a problem with the bindings where we were too
      strict about requiring the rockchip,grf property. Most features
      of this audio device don't need access to the GRF to function.
      
      Patch 2 modifies the driver to adjust its behaviour to what the
      changed bindings now allow, namely using most things without the
      GRF.
      
      Patch 3 and 4 are boring compatible string stuff that enables
      RK3588 support. No special data is needed to initialise the
      driver for this instance of the I2S/TDM IP.
      cd895842
    • Mark Brown's avatar
      ASoC: adau1372: fixes after debugging custom board · 79dfd9d5
      Mark Brown authored
      Merge series from Maarten Zanders <maarten.zanders@mind.be>:
      
      A collection of fixes and improvements for the adau1372 driver.
      79dfd9d5
    • Maarten Zanders's avatar
      ASoC: adau1372: add support for S24_LE mode · cd887a7b
      Maarten Zanders authored
      The ADAU1372 contains 24bit ADCs and DACs. Allow the driver to use
      its native mode which uses the same settings as the current 32 bit
      mode.
      Signed-off-by: default avatarMaarten Zanders <maarten.zanders@mind.be>
      Link: https://lore.kernel.org/r/20221028152626.109603-3-maarten.zanders@mind.beSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      cd887a7b