Message ID | 20231117141344.64320-3-mstrozek@opensource.cirrus.com (mailing list archive) |
---|---|
State | Accepted |
Commit | aa7e8e5e4011571022dc06e4d7a2f108feb53d1a |
Headers | show |
Series | ASoC: cs43130: Fixes and improvements | expand |
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c index 20f06679b8f7..d8ec325b9cc9 100644 --- a/sound/soc/codecs/cs43130.c +++ b/sound/soc/codecs/cs43130.c @@ -578,7 +578,7 @@ static int cs43130_set_sp_fmt(int dai_id, unsigned int bitwidth_sclk, break; case SND_SOC_DAIFMT_LEFT_J: hi_size = bitwidth_sclk; - frm_delay = 2; + frm_delay = 0; frm_phase = 1; break; case SND_SOC_DAIFMT_DSP_A:
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com> --- sound/soc/codecs/cs43130.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)