Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf612730 authored by Mark Brown's avatar Mark Brown
Browse files

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

parents e695e7a4 9f6f0afb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -125,6 +125,10 @@ static int mc13783_write(struct snd_soc_codec *codec,

	ret = mc13xxx_reg_write(priv->mc13xxx, reg, value);

	/* include errata fix for spi audio problems */
	if (reg == MC13783_AUDIO_CODEC || reg == MC13783_AUDIO_DAC)
		ret = mc13xxx_reg_write(priv->mc13xxx, reg, value);

	mc13xxx_unlock(priv->mc13xxx);

	return ret;