diff options
Diffstat (limited to 'sound/soc/codecs/wm9081.c')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 702db6937d4f..43825b2102a5 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -1338,6 +1338,7 @@ static __devinit int wm9081_i2c_probe(struct i2c_client *i2c, | |||
1338 | return -ENOMEM; | 1338 | return -ENOMEM; |
1339 | 1339 | ||
1340 | i2c_set_clientdata(i2c, wm9081); | 1340 | i2c_set_clientdata(i2c, wm9081); |
1341 | wm9081->control_type = SND_SOC_I2C; | ||
1341 | wm9081->control_data = i2c; | 1342 | wm9081->control_data = i2c; |
1342 | 1343 | ||
1343 | ret = snd_soc_register_codec(&i2c->dev, | 1344 | ret = snd_soc_register_codec(&i2c->dev, |