diff options
| -rw-r--r-- | sound/soc/codecs/mc13783.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 6276e352125f..8f726c063f42 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c | |||
| @@ -581,6 +581,8 @@ static int mc13783_probe(struct snd_soc_codec *codec) | |||
| 581 | { | 581 | { |
| 582 | struct mc13783_priv *priv = snd_soc_codec_get_drvdata(codec); | 582 | struct mc13783_priv *priv = snd_soc_codec_get_drvdata(codec); |
| 583 | 583 | ||
| 584 | codec->control_data = priv->mc13xxx; | ||
| 585 | |||
| 584 | mc13xxx_lock(priv->mc13xxx); | 586 | mc13xxx_lock(priv->mc13xxx); |
| 585 | 587 | ||
| 586 | /* these are the reset values */ | 588 | /* these are the reset values */ |
