ASoC: Mediatek: MT8183: fix compile error
mtk_regmap_update_bits() has been changed from four
parameters to five parameters.
Fixes: 1628fc3f47
("ASoC: Mediatek: MT8183: add memory interface data align")
Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
90fdbe8ab2
commit
e355d3de19
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue