This is a note to let you know that I've just added the patch titled ASoC: amd: ps: update the acp clock source. to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-amd-ps-update-the-acp-clock-source.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From a4d432e9132c0b29d857b09ca2ec4c1f455b5948 Mon Sep 17 00:00:00 2001 From: Syed Saba Kareem <Syed.SabaKareem@xxxxxxx> Date: Fri, 31 Mar 2023 10:50:23 +0530 Subject: ASoC: amd: ps: update the acp clock source. From: Syed Saba Kareem <Syed.SabaKareem@xxxxxxx> commit a4d432e9132c0b29d857b09ca2ec4c1f455b5948 upstream. Updating the clock source from ACLK to default clock Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@xxxxxxx> Link: https://lore.kernel.org/r/20230331052102.2211115-1-Syed.SabaKareem@xxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Cc: Mario Limonciello <mario.limonciello@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/soc/amd/ps/pci-ps.c | 2 -- 1 file changed, 2 deletions(-) --- a/sound/soc/amd/ps/pci-ps.c +++ b/sound/soc/amd/ps/pci-ps.c @@ -98,7 +98,6 @@ static int acp63_init(void __iomem *acp_ dev_err(dev, "ACP reset failed\n"); return ret; } - acp63_writel(0x03, acp_base + ACP_CLKMUX_SEL); acp63_enable_interrupts(acp_base); return 0; } @@ -113,7 +112,6 @@ static int acp63_deinit(void __iomem *ac dev_err(dev, "ACP reset failed\n"); return ret; } - acp63_writel(0, acp_base + ACP_CLKMUX_SEL); acp63_writel(0, acp_base + ACP_CONTROL); return 0; } Patches currently in stable-queue which might be from Syed.SabaKareem@xxxxxxx are queue-6.1/asoc-amd-ps-update-the-acp-clock-source.patch queue-6.1/asoc-amd-fix-acp-version-typo-mistake.patch