mbox series

[GIT,PULL] ASoC fixes for v6.12-rc5

Message ID 4326ff8a13b27d320ea10dcbe8eafc15.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.12-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc5

Message

Mark Brown Oct. 30, 2024, 1:38 p.m. UTC
The following changes since commit db7e59e6a39a4d3d54ca8197c796557e6d480b0d:

  ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc (2024-10-22 21:00:38 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc5

for you to fetch changes up to 2db63e92186d7201ee1cb2f5af11757c5e5a1020:

  wcd937x codec fixes (2024-10-29 19:18:48 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.12

The biggest set of changes here is Hans' fixes and quirks for various
Baytrail based platforms with RT5640 CODECs, and there's one core fix
for a missed length assignment for __counted_by() checking.  Otherwise
it's small device specific fixes, several of them in the DT bindings.

----------------------------------------------------------------
Aleksei Vetrov (1):
      ASoC: dapm: fix bounds checker error in dapm_widget_list_create

Alexey Klimov (2):
      ASoC: codecs: wcd937x: add missing LO Switch control
      ASoC: codecs: wcd937x: relax the AUX PDM watchdog

Christophe JAILLET (1):
      ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()

Dmitry Yashin (1):
      ASoC: dt-bindings: rockchip,rk3308-codec: add port property

Hans de Goede (5):
      ASoC: codecs: rt5640: Always disable IRQs from rt5640_cancel_work()
      ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec
      ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet
      ASoC: Intel: sst: Support LPE0F28 ACPI HID
      ASoC: Intel: sst: Fix used of uninitialized ctx to log an error

Mark Brown (1):
      wcd937x codec fixes

 .../bindings/sound/rockchip,rk3308-codec.yaml      |  4 ++
 sound/hda/intel-dsp-config.c                       |  4 ++
 sound/soc/codecs/cs42l51.c                         |  7 ++-
 sound/soc/codecs/rt5640.c                          | 27 +++++----
 sound/soc/codecs/wcd937x.c                         | 12 +++-
 sound/soc/codecs/wcd937x.h                         |  4 ++
 sound/soc/intel/atom/sst/sst_acpi.c                | 64 +++++++++++++++++++---
 sound/soc/intel/boards/bytcr_rt5640.c              | 48 +++++++++++++++-
 sound/soc/soc-dapm.c                               |  2 +
 9 files changed, 144 insertions(+), 28 deletions(-)

Comments

Takashi Iwai Oct. 30, 2024, 1:47 p.m. UTC | #1
On Wed, 30 Oct 2024 14:38:14 +0100,
Mark Brown wrote:
> 
> The following changes since commit db7e59e6a39a4d3d54ca8197c796557e6d480b0d:
> 
>   ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc (2024-10-22 21:00:38 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc5
> 
> for you to fetch changes up to 2db63e92186d7201ee1cb2f5af11757c5e5a1020:
> 
>   wcd937x codec fixes (2024-10-29 19:18:48 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.12
> 
> The biggest set of changes here is Hans' fixes and quirks for various
> Baytrail based platforms with RT5640 CODECs, and there's one core fix
> for a missed length assignment for __counted_by() checking.  Otherwise
> it's small device specific fixes, several of them in the DT bindings.

Pulled now.  Thanks.


Takashi