All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.8-rc4
Date: Thu, 15 Feb 2024 13:38:29 +0000	[thread overview]
Message-ID: <20240215133838.766F5C433C7@smtp.kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4747 bytes --]

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(-)

             reply	other threads:[~2024-02-15 13:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 13:38 Mark Brown [this message]
2024-02-15 14:04 ` [GIT PULL] ASoC fixes for v6.8-rc4 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240215133838.766F5C433C7@smtp.kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.