projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f289a
)
ASoC: cs43130: Fix incorrect frame delay configuration
author
Maciej Strozek
<mstrozek@opensource.cirrus.com>
Fri, 17 Nov 2023 14:13:39 +0000
(14:13 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 17 Nov 2023 16:39:43 +0000
(16:39 +0000)
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>
sound/soc/codecs/cs43130.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs43130.c
b/sound/soc/codecs/cs43130.c
index 20f06679b8f77e24460c8f66e50c916c71335ab6..d8ec325b9cc906dfedb9366ec5433ba35390f6f0 100644
(file)
--- 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: