summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/ad73311.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-01 21:30:38 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-01 21:30:38 +0100
commit90b50a2c56954b01791357d68a86b00cc0947822 (patch)
tree63cae8afd0599db6c04aec338abde5a7310087dd /sound/soc/codecs/ad73311.c
parent3ab6123a48cdc1c66f6715e7f78c350369dd511f (diff)
parent0ecfe7987855d21c2a89ffe003ddf0ee11b42d47 (diff)
Merge branch 'topic/asoc' into for-next
Diffstat (limited to 'sound/soc/codecs/ad73311.c')
-rw-r--r--sound/soc/codecs/ad73311.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c
index 59c4c8f18cbb..500f9f3363d1 100644
--- a/sound/soc/codecs/ad73311.c
+++ b/sound/soc/codecs/ad73311.c
@@ -8,9 +8,6 @@
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
- *
- * Revision history
- * 25th Sep 2008 Initial version.
*/
#include <linux/init.h>
@@ -67,7 +64,7 @@ static int ad73311_soc_probe(struct platform_device *pdev)
goto pcm_err;
}
- ret = snd_soc_register_card(socdev);
+ ret = snd_soc_init_card(socdev);
if (ret < 0) {
printk(KERN_ERR "ad73311: failed to register card\n");
goto register_err;