[alsa-devel] [PATCH 1/2] ASoC: Mediatek: MT8183: fix compile error
Jiaxin Yu
jiaxin.yu at mediatek.com
Tue May 21 11:29:37 CEST 2019
mtk_regmap_update_bits() has been changed from four
parameters to five parameters.
Fixes: 1628fc3f4771 ("ASoC: Mediatek: MT8183: add memory interface data align")
Signed-off-by: Jiaxin Yu <jiaxin.yu at mediatek.com>
---
Hi,
This patch is based on for-5.3 branch.
And tested pass on kukui board locally.
---
sound/soc/mediatek/common/mtk-afe-fe-dai.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sound/soc/mediatek/common/mtk-afe-fe-dai.c b/sound/soc/mediatek/common/mtk-afe-fe-dai.c
index 19048c3..d165634 100644
--- a/sound/soc/mediatek/common/mtk-afe-fe-dai.c
+++ b/sound/soc/mediatek/common/mtk-afe-fe-dai.c
@@ -266,8 +266,7 @@ int mtk_afe_fe_prepare(struct snd_pcm_substream *substream,
1, hd_audio, memif->data->hd_shift);
mtk_regmap_update_bits(afe->regmap, memif->data->hd_align_reg,
- memif->data->hd_align_mshift,
- hd_align ? memif->data->hd_align_mshift : 0);
+ 1, hd_align, memif->data->hd_align_mshift);
return 0;
}
--
1.8.1.1.dirty
More information about the Alsa-devel
mailing list