diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index b1dc7d426438..e2de9ecfd641 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -3377,7 +3377,7 @@ static int wm8962_probe(struct snd_soc_codec *codec) | |||
3377 | { | 3377 | { |
3378 | int ret; | 3378 | int ret; |
3379 | struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec); | 3379 | struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec); |
3380 | struct wm8962_pdata *pdata = dev_get_platdata(codec->dev); | 3380 | struct wm8962_pdata *pdata = &wm8962->pdata; |
3381 | int i, trigger, irq_pol; | 3381 | int i, trigger, irq_pol; |
3382 | bool dmicclk, dmicdat; | 3382 | bool dmicclk, dmicdat; |
3383 | 3383 | ||