Преглед изворни кода

Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus

Mark Brown пре 10 година
родитељ
комит
125e7f1f02
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sound/soc/codecs/tlv320aic3x.c

+ 1 - 1
sound/soc/codecs/tlv320aic3x.c

@@ -1046,7 +1046,7 @@ static int aic3x_prepare(struct snd_pcm_substream *substream,
 		delay += aic3x->tdm_delay;
 
 	/* Configure data delay */
-	snd_soc_write(codec, AIC3X_ASD_INTF_CTRLC, aic3x->tdm_delay);
+	snd_soc_write(codec, AIC3X_ASD_INTF_CTRLC, delay);
 
 	return 0;
 }