* [GIT PULL] ASoC fixes for v6.2-rc5
@ 2023-01-27 18:59 Mark Brown
2023-01-28 8:33 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2023-01-27 18:59 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood
[-- 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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] ASoC fixes for v6.2-rc5
2023-01-27 18:59 [GIT PULL] ASoC fixes for v6.2-rc5 Mark Brown
@ 2023-01-28 8:33 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-01-28 8:33 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
On Fri, 27 Jan 2023 19:59:49 +0100,
Mark Brown wrote:
>
> 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.
Thanks, pulled now. This slipped from the PR for 6.2-rc6, and it'll
be in rc7 together with other pending fixes in my side.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-28 8:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 18:59 [GIT PULL] ASoC fixes for v6.2-rc5 Mark Brown
2023-01-28 8:33 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox