Closed bannatech closed 3 months ago
known error fixed already in 6.6.47, please update your kernel.
Author: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> 2024-06-13 11:01:26
Committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2024-08-19 06:04:22
Parent: bd865c7690020fb18e3f604f1b62706cfae289af (ASoC: topology: Clean up route loading)
Child: 9d91b004df9a6aa2487661e52a398fd808184955 (LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h)
Branches: remotes/stable/linux-6.6.y, remotes/stable/linux-rolling-lts
Follows: v6.6.46
Precedes: v6.6.47
ASoC: topology: Fix route memory corruption
commit 0298f51652be47b79780833e0b63194e1231fa34 upstream.
It was reported that recent fix for memory corruption during topology
load, causes corruption in other cases. Instead of being overeager with
checking topology, assume that it is properly formatted and just
duplicate strings.
Reported-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Closes: https://lore.kernel.org/linux-sound/171812236450.201359.3019210915105428447.b4-ty@kernel.org/T/#m8c4bd5abf453960fde6f826c4b7f84881da63e9d
Suggested-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20240613090126.841189-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Thank you!
Recently, I had upgraded my kernel version to
6.6.45
, and I run into a failure where the onboard speakers and microphone fail to load. The hardware is a Lenovo Thinkpad P1 Gen 6. I'm running nixos-stable24.05
.My audio device is reported by
inxi -A
asDevice-1: Intel Raptor Lake-P/U/H cAVS driver: sof-audio-pci-intel-tgl
The error messages appear either as a failure to find the sink, or the source. Each boot has a different garbled string being reported as the sink or the source.
An example log is listed below:
This error occurs repeatedly, and I do not experience this error on the kernel version
6.6.34
I'm glad to gather additional information, as I understand the nature of these issues can be very platform-specific and this might only pertain to a very small subset of users.
Thanks for any and all help!
EDIT: added example log inline