Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: ps: update the acp clock source.

Updating the clock source from ACLK to default clock

Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link: https://lore.kernel.org/r/20230331052102.2211115-1-Syed.SabaKareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Syed Saba Kareem and committed by
Mark Brown
a4d432e9 276d8c08

-2
-2
sound/soc/amd/ps/pci-ps.c
··· 91 91 dev_err(dev, "ACP reset failed\n"); 92 92 return ret; 93 93 } 94 - acp63_writel(0x03, acp_base + ACP_CLKMUX_SEL); 95 94 acp63_enable_interrupts(acp_base); 96 95 return 0; 97 96 } ··· 105 106 dev_err(dev, "ACP reset failed\n"); 106 107 return ret; 107 108 } 108 - acp63_writel(0, acp_base + ACP_CLKMUX_SEL); 109 109 acp63_writel(0, acp_base + ACP_CONTROL); 110 110 return 0; 111 111 }