diff options
-rw-r--r-- | sound/soc/codecs/mc13783.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 4d3c8fd8c5db..ea141e1d6f28 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c | |||
@@ -125,6 +125,10 @@ static int mc13783_write(struct snd_soc_codec *codec, | |||
125 | 125 | ||
126 | ret = mc13xxx_reg_write(priv->mc13xxx, reg, value); | 126 | ret = mc13xxx_reg_write(priv->mc13xxx, reg, value); |
127 | 127 | ||
128 | /* include errata fix for spi audio problems */ | ||
129 | if (reg == MC13783_AUDIO_CODEC || reg == MC13783_AUDIO_DAC) | ||
130 | ret = mc13xxx_reg_write(priv->mc13xxx, reg, value); | ||
131 | |||
128 | mc13xxx_unlock(priv->mc13xxx); | 132 | mc13xxx_unlock(priv->mc13xxx); |
129 | 133 | ||
130 | return ret; | 134 | return ret; |