1. 15 Sep, 2023 14 commits
  2. 14 Sep, 2023 3 commits
  3. 13 Sep, 2023 4 commits
  4. 12 Sep, 2023 8 commits
  5. 11 Sep, 2023 11 commits
    • Mark Brown's avatar
      ASoC: Update jh7110 PWM DAC for ops move · 0ed30d3f
      Mark Brown authored
      For some reason the JH7110 PWM DAC driver made it through build testing
      in spite of not being updated for the move of probe() to the ops struct.
      Make the required update.
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      0ed30d3f
    • Mark Brown's avatar
      Match data improvements for wm8580 driver · 3597ea74
      Mark Brown authored
      Merge series from Biju Das <biju.das.jz@bp.renesas.com>:
      
      This patch series aims to add match data improvements for wm8580 driver.
      
      This patch series is only compile tested.
      3597ea74
    • Mark Brown's avatar
      ASoC: Convert some Maxim codecs to use GPIO · ecfca1fb
      Mark Brown authored
      Merge series from Linus Walleij <linus.walleij@linaro.org>:
      
      The Maxim devices are pretty straight-forward to convert
      over to use GPIO descriptors, so let's do it.
      ecfca1fb
    • Mark Brown's avatar
      Match data improvements for tlv320aic32x4 driver · 0a69e8a6
      Mark Brown authored
      Merge series from Biju Das <biju.das.jz@bp.renesas.com>:
      
      This patch series aims to add match data improvements for tlv320aic32x4
      driver.
      
      This patch series is only compile tested.
      0a69e8a6
    • Mark Brown's avatar
      ASoC: Convert some Maxim codecs to use GPIO · 966277df
      Mark Brown authored
      Merge series from Linus Walleij <linus.walleij@linaro.org>:
      
      The Maxim devices are pretty straight-forward to convert
      over to use GPIO descriptors, so let's do it.
      966277df
    • Mark Brown's avatar
      ASoC: mt8188-mt6359: add SOF support · f3dbb935
      Mark Brown authored
      Merge series from Trevor Wu <trevor.wu@mediatek.com>:
      
      This series introduces dynamic pinctrl and adds support for the SOF on
      the mt8188-mt6359 machine driver.
      f3dbb935
    • Mark Brown's avatar
      Match data improvements for ak4642 driver · 6a3af823
      Mark Brown authored
      Merge series from Biju Das <biju.das.jz@bp.renesas.com>:
      
      This patch series aims to add match data improvements for ak4642 driver.
      
      This patch series is only compile tested.
      6a3af823
    • Mark Brown's avatar
      ASoC: amd: acp: Add sound support for a line of · dbef5166
      Mark Brown authored
      Merge series from Marian Postevca <posteuca@mutex.one>:
      
      This series adds support for a line of HUAWEI laptops with
      AMD CPUs that connect using the ACP3x module to a ES8336 CODEC.
      
      The CODEC driver must be extended to support the S32 LE format
      and the MCLK div by 2 option. MCLK div by 2 is needed for one specific
      SKU, which uses a 48Mhz MCLK, which seems to be too high of a frequency
      for the CODEC and must be divided by 2.
      
      The acp legacy driver must also be extended by using callbacks so that
      the more complicated handling of this specific CODEC can be moved
      outside the more generic ACP code.
      dbef5166
    • Mark Brown's avatar
      Improve CS35l41-based audio codec drivers · 09d86dbf
      Mark Brown authored
      Merge series from Cristian Ciocaltea <cristian.ciocaltea@collabora.com>:
      
      This patch series contains several fixes and improvements to drivers
      based on the CS35l41 audio codec.
      
      It has been verified on Valve's Steam Deck, except the HDA related patches.
      09d86dbf
    • Mark Brown's avatar
      Add PWM-DAC audio support for StarFive JH7110 · 5b772c61
      Mark Brown authored
      Merge series from Hal Feng <hal.feng@starfivetech.com>:
      
      This patchset adds PWM-DAC audio support for the StarFive JH7110 SoC.
      The PWM-DAC module does not require a hardware codec, but a dummy codec is
      needed for the driver. The dummy spdif codec driver, which is already
      upstream, is compatible with the one which JH7110 PWM-DAC needed. So we
      use it as the dummy codec driver for the JH7110 PWM-DAC module.
      5b772c61
    • Mark Brown's avatar
      Fix redundant PLLA update · 7e609663
      Mark Brown authored
      Merge series from Sameer Pujar <spujar@nvidia.com>:
      
      This small series fixes redundant PLLA updates that happen for
      each DAI link in the audio path. This helps to resolve DMIC clock
      issue seen on Jetson TX2 platform.
      7e609663