summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorwangdicheng <wangdicheng@kylinos.cn>2026-08-24 14:35:06 +0800
committerMark Brown <broonie@kernel.org>2026-09-01 14:34:50 +0100
commit0c06c4ce0206290c9a934a1e7196aaa86adfe018 (patch)
treeba5dc82c985229062a6a207ae1077ea45d2244df /scripts/Makefile.thinlto
parent4ed5bfc41071a48d609a6eaf41d68b2fd09e69d6 (diff)
downloadlinux-next-0c06c4ce0206290c9a934a1e7196aaa86adfe018.tar.gz
linux-next-0c06c4ce0206290c9a934a1e7196aaa86adfe018.zip
ASoC: amd: renoir: fix disable_pdm_interrupts() to clear mask bits
disable_pdm_interrupts() uses |= ~PDM_DMA_INTR_MASK which sets all bits except the PDM DMA interrupt bit instead of clearing only the PDM DMA interrupt bit. Use &= ~PDM_DMA_INTR_MASK to clear only the target bit. Fixes: f621a3676d3f ("ASoC: amd: add ACP3x PDM platform driver") Signed-off-by: wangdicheng <wangdicheng@kylinos.cn> Link: https://patch.msgid.link/20260824063507.483784-1-wangdich9700@163.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions