Skip to content
Unverified Commit 383d30e7 authored by Jiaxin Yu's avatar Jiaxin Yu Committed by Mark Brown
Browse files

ASoC: Mediatek: MT8183: fix compile error



mtk_regmap_update_bits() has been changed to take a shift and warn
when reg >= 0 but shift < 0.So the hd_align_mshift must not have shift.
Change it from XXX_HD_ALIGN_MASK_SFT to XXX_HD_ALIGN_MASK.

Fixes: cf61f5b0 ("ASoC: Mediatek: MT8183: set data align")

Signed-off-by: default avatarJiaxin Yu <jiaxin.yu@mediatek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e355d3de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment