Skip to content

Commit 2387871

Browse files
Chancel Liubroonie
authored andcommitted
ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
SAI on i.MX8QM platform supports the data lines up to 4. So the pins setting should be corrected to 4. Fixes: eba0f00 ("ASoC: fsl_sai: Enable combine mode soft") Signed-off-by: Chancel Liu <[email protected]> Acked-by: Shengjiu Wang <[email protected]> Reviewed-by: Iuliana Prodan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 352e1eb commit 2387871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/fsl_sai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ static const struct fsl_sai_soc_data fsl_sai_imx8qm_data = {
15461546
.use_imx_pcm = true,
15471547
.use_edma = true,
15481548
.fifo_depth = 64,
1549-
.pins = 1,
1549+
.pins = 4,
15501550
.reg_offset = 0,
15511551
.mclk0_is_mclk1 = false,
15521552
.flags = 0,

0 commit comments

Comments
 (0)