Skip to content

Commit 8eee53d

Browse files
henrixRobertCNelson
authored andcommitted
Modified ASOC platform driver for McASP to use asynchronous sampling rates in i2s mode.
1 parent cc8fbea commit 8eee53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/davinci/davinci-mcasp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ static int mcasp_i2s_hw_param(struct davinci_mcasp *mcasp, int stream,
918918
for (i = 0; i < active_slots; i++)
919919
mask |= (1 << i);
920920
}
921-
mcasp_clr_bits(mcasp, DAVINCI_MCASP_ACLKXCTL_REG, TX_ASYNC);
921+
mcasp_set_bits(mcasp, DAVINCI_MCASP_ACLKXCTL_REG, TX_ASYNC);
922922

923923
if (!mcasp->dat_port)
924924
busel = TXSEL;

0 commit comments

Comments
 (0)