You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
ASoC: amd: acp: clear pdm dma interrupt mask
[ Upstream commit ad60672394bd1f95c58d3d9336902f47e05126fc ]
Clear pdm dma interrupt mask in acp_dmic_shutdown().
'Fixes: c32bd332ce ("ASoC: amd: acp: Add generic support for
PDM controller on ACP")'
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link: https://lore.kernel.org/r/Message-Id: <20230622152406.3709231-1-Syed.SabaKareem@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c6764757e8
commit
79e1d940fd
@@ -176,7 +176,7 @@ static void acp_dmic_dai_shutdown(struct snd_pcm_substream *substream,
|
||||
|
||||
/* Disable DMIC interrupts */
|
||||
ext_int_ctrl = readl(ACP_EXTERNAL_INTR_CNTL(adata, 0));
|
||||
ext_int_ctrl |= ~PDM_DMA_INTR_MASK;
|
||||
ext_int_ctrl &= ~PDM_DMA_INTR_MASK;
|
||||
writel(ext_int_ctrl, ACP_EXTERNAL_INTR_CNTL(adata, 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user