Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 125e7f1

Browse files
committed
Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus
2 parents 4b871df + 0b65ba9 commit 125e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/tlv320aic3x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ static int aic3x_prepare(struct snd_pcm_substream *substream,
10461046
delay += aic3x->tdm_delay;
10471047

10481048
/* Configure data delay */
1049-
snd_soc_write(codec, AIC3X_ASD_INTF_CTRLC, aic3x->tdm_delay);
1049+
snd_soc_write(codec, AIC3X_ASD_INTF_CTRLC, delay);
10501050

10511051
return 0;
10521052
}

0 commit comments

Comments
 (0)