diff options
Diffstat (limited to 'sound/soc/codecs/ac97.c')
-rw-r--r-- | sound/soc/codecs/ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index c4208c8210c8..fb53e6511af2 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -114,7 +114,7 @@ static int ac97_soc_probe(struct platform_device *pdev) | |||
114 | if (ret < 0) | 114 | if (ret < 0) |
115 | goto bus_err; | 115 | goto bus_err; |
116 | 116 | ||
117 | ret = snd_soc_register_card(socdev); | 117 | ret = snd_soc_init_card(socdev); |
118 | if (ret < 0) | 118 | if (ret < 0) |
119 | goto bus_err; | 119 | goto bus_err; |
120 | return 0; | 120 | return 0; |