1. 15 Sep, 2023 17 commits
  2. 14 Sep, 2023 3 commits
  3. 13 Sep, 2023 4 commits
  4. 12 Sep, 2023 8 commits
  5. 11 Sep, 2023 8 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