Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/mc13783' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
broonie committed Sep 11, 2013
2 parents e695e7a + 9f6f0af commit bf61273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/codecs/mc13783.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bf61273

Please sign in to comment.