Skip to content

Commit aa7e8e5

Browse files
mstrozekbroonie
authored andcommitted
ASoC: cs43130: Fix incorrect frame delay configuration
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20231117141344.64320-3-mstrozek@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e7f289a commit aa7e8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/cs43130.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ static int cs43130_set_sp_fmt(int dai_id, unsigned int bitwidth_sclk,
578578
break;
579579
case SND_SOC_DAIFMT_LEFT_J:
580580
hi_size = bitwidth_sclk;
581-
frm_delay = 2;
581+
frm_delay = 0;
582582
frm_phase = 1;
583583
break;
584584
case SND_SOC_DAIFMT_DSP_A:

0 commit comments

Comments
 (0)