The following changes since commit e81fdba0208666b65bafeaba814874b4d6e5edde: ALSA: Various fixes for Cirrus Logic CS35L56 support (2024-02-01 17:45:32 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.8-rc4 for you to fetch changes up to 0db0c1770834f39e11a2902e20e1f11a482f4465: ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property (2024-02-13 19:37:25 +0000) ---------------------------------------------------------------- ASoC: Fixes for v6.8 A relatively large set of fixes and quirk additions here but they're all driver specific, people seem to be back into the swing of things after the holidays. This is all driver specific and much of it fairly minor. ---------------------------------------------------------------- Alexey Khoroshilov (1): ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work() Amadeusz SÅ?awiÅ?ski (1): ASoC: Intel: avs: Fix dynamic port assignment when TDM is set Arnd Bergmann (1): ASoC: q6dsp: fix event handler prototype Attila TÅ?kés (1): ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU Cezary Rojewski (1): ASoC: Intel: avs: Fix pci_probe() error path Charles Keepax (2): ASoC: cs42l43: Handle error from devm_pm_runtime_enable ASoC: cs42l43: Add system suspend ops to disable IRQ Cristian Ciocaltea (1): ASoC: SOF: amd: Fix locking in ACP IRQ handler Curtis Malainey (1): ASoC: SOF: IPC3: fix message bounds on ipc ops Dan Carpenter (1): ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put() Gergo Koteles (1): ASoC: tas2781: add module parameter to tascodec_init() Hans de Goede (4): ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards ASoC: Intel: cht_bsw_rt5645: Cleanup codec_name handling ASoC: rt5645: Make LattePanda board DMI match more precise ASoC: rt5645: Add DMI quirk for inverted jack-detect on MeeGoPad T8 Jeffrey Hugo (1): ASoC: dt-bindings: google,sc7280-herobrine: Drop bouncing @codeaurora Mario Limonciello (1): ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8 Mark Brown (2): ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT ASoC: SOF: Intel: pci-tgl/lnl: Change default paths Peter Ujfalusi (3): ASoC: SOF: Intel: pci-tgl: Change the default paths and firmware names ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplg ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend Ranjani Sridharan (1): ASoC: SOF: ipc3-topology: Fix pipeline tear down logic Richard Fitzgerald (3): ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization ASoC: cs35l56: Remove default from IRQ1_CFG register ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property .../bindings/sound/google,sc7280-herobrine.yaml | 1 - include/sound/tas2781.h | 1 + sound/pci/hda/tas2781_hda_i2c.c | 2 +- sound/soc/amd/yc/acp6x-mach.c | 14 ++ sound/soc/codecs/cs35l56-shared.c | 1 - sound/soc/codecs/cs35l56.c | 246 ++++++++++++++------- sound/soc/codecs/cs35l56.h | 2 +- sound/soc/codecs/cs42l43.c | 48 +++- sound/soc/codecs/rt5645.c | 26 +++ sound/soc/codecs/tas2781-comlib.c | 3 +- sound/soc/codecs/tas2781-i2c.c | 2 +- sound/soc/intel/avs/core.c | 3 + sound/soc/intel/avs/topology.c | 2 +- sound/soc/intel/boards/bytcht_cx2072x.c | 3 +- sound/soc/intel/boards/bytcht_da7213.c | 3 +- sound/soc/intel/boards/bytcht_es8316.c | 3 +- sound/soc/intel/boards/bytcr_rt5640.c | 3 +- sound/soc/intel/boards/bytcr_rt5651.c | 3 +- sound/soc/intel/boards/bytcr_wm5102.c | 3 +- sound/soc/intel/boards/cht_bsw_rt5645.c | 7 +- sound/soc/intel/boards/cht_bsw_rt5672.c | 3 +- sound/soc/qcom/qdsp6/q6apm-dai.c | 8 +- sound/soc/sof/amd/acp-ipc.c | 2 + sound/soc/sof/amd/acp.c | 17 +- sound/soc/sof/intel/pci-lnl.c | 2 +- sound/soc/sof/intel/pci-tgl.c | 64 +++--- sound/soc/sof/ipc3-topology.c | 55 +++-- sound/soc/sof/ipc3.c | 2 +- sound/soc/sof/ipc4-pcm.c | 13 +- 29 files changed, 378 insertions(+), 164 deletions(-)