Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v6.2-rc5
Date: Fri, 27 Jan 2023 18:59:49 +0000	[thread overview]
Message-ID: <20230127190002.2BA13C433EF@smtp.kernel.org> (raw)

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

The following changes since commit 242fc66ae6e1e2b8519daacc7590a73cd0e8a6e4:

  ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets (2023-01-10 12:45:22 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e18c6da62edc780e4f4f3c9ce07bdacd69505182:

  ASoC: cs42l56: fix DT probe (2023-01-26 17:42:36 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.2

An unfortunately large batch of fixes here, the numbers amplified
by several repeated fixes for patterns of bugs in multiple
drivers.  Most of this is in the x86 drivers which are very
actively developed, the implementation of PCI shutdown is a fix
for issues with spamming warnings into the logs with a leaked
reference to the i915 driver.

----------------------------------------------------------------
Amadeusz Sławiński (1):
      ASoC: Intel: avs: Implement PCI shutdown

Andy Shevchenko (6):
      ASoC: amd: acp-es8336: Drop reference count of ACPI device after use
      ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use
      ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use
      ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use
      ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use
      ASoC: Intel: sof_es8336: Drop reference count of ACPI device after use

Arnd Bergmann (1):
      ASoC: cs42l56: fix DT probe

Bard Liao (3):
      ASoC: SOF: sof-audio: start with the right widget type
      ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
      ASoC: SOF: keep prepare/unprepare widgets in sink path

Dan Carpenter (1):
      ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()

Krzysztof Kozlowski (1):
      ASoC: codecs: wsa883x: correct playback min/max rates

Kuninori Morimoto (1):
      ASoC: hdmi-codec: zero clear HDMI pdata

Mark Brown (2):
      ASoC: SOF: sof-audio: Fixes for widget prepare and
      ASoC: Intel: set dpcm_capture for amps

Peter Ujfalusi (1):
      ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure

Pierre-Louis Bossart (4):
      ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
      ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
      ASoC: Intel: sof_nau8825: always set dpcm_capture for amplifiers
      ASoC: Intel: sof_ssp_amp: always set dpcm_capture for amplifiers

Ranjani Sridharan (1):
      ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL

Syed Saba Kareem (1):
      ASoC: amd: yc: Add DMI support for new acer/emdoor platforms

fengwk (1):
      ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table

 .../gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c    |  1 +
 sound/soc/amd/acp-es8336.c                         |  6 ++++--
 sound/soc/amd/yc/acp6x-mach.c                      | 21 +++++++++++++++++++
 sound/soc/codecs/cs42l56.c                         |  6 ------
 sound/soc/codecs/wsa883x.c                         |  4 ++--
 sound/soc/intel/avs/core.c                         | 24 ++++++++++++++++++++++
 sound/soc/intel/boards/bytcht_es8316.c             | 20 ++++++++++--------
 sound/soc/intel/boards/bytcr_rt5640.c              | 12 +++++------
 sound/soc/intel/boards/bytcr_rt5651.c              |  2 +-
 sound/soc/intel/boards/bytcr_wm5102.c              |  2 +-
 sound/soc/intel/boards/sof_cs42l42.c               |  3 +++
 sound/soc/intel/boards/sof_es8336.c                | 14 +++++++------
 sound/soc/intel/boards/sof_nau8825.c               |  5 +++--
 sound/soc/intel/boards/sof_rt5682.c                |  5 +++--
 sound/soc/intel/boards/sof_ssp_amp.c               |  5 ++---
 sound/soc/sof/ipc4-mtrace.c                        |  7 ++++---
 sound/soc/sof/sof-audio.c                          | 16 ++++++++-------
 17 files changed, 104 insertions(+), 49 deletions(-)

             reply	other threads:[~2023-01-27 19:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27 18:59 Mark Brown [this message]
2023-01-28  8:33 ` [GIT PULL] ASoC fixes for v6.2-rc5 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=20230127190002.2BA13C433EF@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox