diff options
| author | Syed Saba Kareem <[email protected]> | 2023-03-31 10:50:23 +0530 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-03-31 16:04:10 +0100 |
| commit | a4d432e9132c0b29d857b09ca2ec4c1f455b5948 (patch) | |
| tree | 291f309f32395a4274bee55b63f88b720e1e5100 | |
| parent | 276d8c08e82b9f6062f6febc7bc63913829bde27 (diff) | |
ASoC: amd: ps: update the acp clock source.
Updating the clock source from ACLK to default clock
Signed-off-by: Syed Saba Kareem <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | sound/soc/amd/ps/pci-ps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/amd/ps/pci-ps.c b/sound/soc/amd/ps/pci-ps.c index e86f23d97584..688a1d4643d9 100644 --- a/sound/soc/amd/ps/pci-ps.c +++ b/sound/soc/amd/ps/pci-ps.c @@ -91,7 +91,6 @@ static int acp63_init(void __iomem *acp_base, struct device *dev) dev_err(dev, "ACP reset failed\n"); return ret; } - acp63_writel(0x03, acp_base + ACP_CLKMUX_SEL); acp63_enable_interrupts(acp_base); return 0; } @@ -106,7 +105,6 @@ static int acp63_deinit(void __iomem *acp_base, struct device *dev) 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; } |