From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E189F3A16B4 for ; Thu, 12 Mar 2026 11:53:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773316406; cv=none; b=ccGynr1MdZPwou2tsTt2rY5k8zrPFSGugJTPmpTs0CRx9u/H/UShco9sBf34A9ORkB117mATIx2YGlJY2inlS+rodyJIEo2lQq7I5PFWWUHTzYsbr/xdEcFHXkMgG+3UnEu9YBdCDEYIF44xgrmjfsTqXUp5U1WNz3RtzgbR8AI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773316406; c=relaxed/simple; bh=uQY9enfkNqKpgB2Qn7Yjbi+2wxHTc8VNqKlk7AQ/uyk=; h=Message-ID:From:To:Cc:Subject:Date; b=Q+KkAqb+XWR0/glFgouu/1MzyVYydd4TWu9ZTx8PvWDoYY85UC8umDotlobMNJacWOPV9nbO/LXPxsxmuLIUGP5TNkmgE4Qr0zyyYuuwFJUWVhJSFTIxZJdBjj1y7WbAvXGFBVIGu2ZtUusCzqzcmjR2eUIzodK2OY7y5UIczFE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PekKSxHD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PekKSxHD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC20CC2BC9E; Thu, 12 Mar 2026 11:53:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773316405; bh=uQY9enfkNqKpgB2Qn7Yjbi+2wxHTc8VNqKlk7AQ/uyk=; h=From:To:Cc:Subject:Date:From; b=PekKSxHDtvPopt5fAaqWR0/GU7NKTfcWj41MhM08zE1BkLPUhNDMuBW8RX5b+V7yT b/FP2TvGZ0Y7dlVX8C6pAR0KrJir3weIN1axMi0nWA6uZITH2vsDgk4uQ6WXtZFTWQ vgGNCJydXuoSnpW2Lz8Y49lcp5ovhyEszxTGkg0rkDyNszOi9wDfky0rUsyTTDR3uq 9lqHvvjeg6FC47iMcL40bay16TU2WHcPJLyma4FsOpUvGtbAmr5+F9cvLTVRb2Rrz9 h9voBM+okqyso5aTtr1niJ3gGThQNKXSEFod9PA+fINJh0Xfms4z0UNat2YubpmQzF 64SoPv54EEtVw== Message-ID: From: Mark Brown To: Takashi Iwai Cc: Liam Girdwood , linux-sound@vger.kernel.org, alsa-devel@alsa-project.org, Mark Brown Subject: [GIT PULL] ASoC fixes for v7.0-rc3 Date: Thu, 12 Mar 2026 11:53:15 +0000 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681: Linux 7.0-rc3 (2026-03-08 16:56:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.0-rc3 for you to fetch changes up to 30c64fb9839949f085c8eb55b979cbd8a4c51f00: ASoC: amd: acp-mach-common: Add missing error check for clock acquisition (2026-03-11 19:18:17 +0000) ---------------------------------------------------------------- ASoC: Fixes for v7.0 Quite a large pull request, but nothing too concerning here - everything is fairly small. We've got a couple of smaller core fixes for races on card teardown from Matteo Cotifava, a fix for handling dodgy DMI information generated by u-boot, some driver specific fixes and some new device IDs for Tegra. ---------------------------------------------------------------- Casey Connolly (1): ASoC: detect empty DMI strings Chen Ni (2): ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition ASoC: amd: acp-mach-common: Add missing error check for clock acquisition Mark Brown (1): ASoC: tegra: Add Tegra238 sound card support Peter Ujfalusi (1): ASoC: codecs: rt1011: Use component to get the dapm context in spk_mode_put Ravi Hothi (1): ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop and start Richard Fitzgerald (1): firmware: cs_dsp: Fix fragmentation regression in firmware download Sen Wang (1): ASoC: simple-card-utils: fix graph_util_is_ports0() for DT overlays Sheetal (1): ASoC: tegra: Add support for Tegra238 soundcard matteo.cotifava (2): ASoC: soc-core: drop delayed_work_pending() check before flush ASoC: soc-core: flush delayed work before removing DAIs and widgets drivers/firmware/cirrus/cs_dsp.c | 24 ++++++++++++++++++------ sound/soc/amd/acp/acp-mach-common.c | 18 ++++++++++++++---- sound/soc/amd/acp3x-rt5682-max9836.c | 9 +++++++-- sound/soc/codecs/rt1011.c | 2 +- sound/soc/generic/simple-card-utils.c | 12 ++++++++---- sound/soc/qcom/qdsp6/q6apm-dai.c | 1 + sound/soc/qcom/qdsp6/q6apm-lpass-dais.c | 1 + sound/soc/qcom/qdsp6/q6apm.c | 1 + sound/soc/soc-core.c | 11 ++++++++--- sound/soc/tegra/tegra_audio_graph_card.c | 11 +++++++++++ 10 files changed, 70 insertions(+), 20 deletions(-)