summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMaciej Strozek <mstrozek@opensource.cirrus.com>2023-11-17 15:13:39 +0100
committerMark Brown <broonie@kernel.org>2023-11-17 17:39:43 +0100
commitaa7e8e5e4011571022dc06e4d7a2f108feb53d1a (patch)
tree4b21e675bb4fbd38d2f07df7dc6de0274dbfeba2 /sound
parentASoC: cs43130: Fix the position of const qualifier (diff)
downloadlinux-aa7e8e5e4011571022dc06e4d7a2f108feb53d1a.tar.xz
linux-aa7e8e5e4011571022dc06e4d7a2f108feb53d1a.zip
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/cs43130.c2
1 files changed, 1 insertions, 1 deletions
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: