Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120313
b: refs/heads/master
c: 6de45d5
h: refs/heads/master
i:
  120311: 9a387c5
v: v3
  • Loading branch information
Takashi Iwai committed Dec 11, 2008
1 parent c8bb07c commit 25a994f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b1228abc93f7ab0aa28c46341d6a0f7e2cade70
refs/heads/master: 6de45d5d776d2a7e7a9adc8ea49d37fe1bd45fb2
6 changes: 4 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c2443-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,15 @@ EXPORT_SYMBOL_GPL(soc_ac97_ops);

static int __init s3c2443_ac97_init(void)
{
return snd_soc_register_dai(&s3c2443_ac97_dai);
return snd_soc_register_dais(s3c2443_ac97_dai,
ARRAY_SIZE(s3c2443_ac97_dai));
}
module_init(s3c2443_ac97_init);

static void __exit s3c2443_ac97_exit(void)
{
snd_soc_unregister_dai(&s3c2443_ac97_dai);
snd_soc_unregister_dais(s3c2443_ac97_dai,
ARRAY_SIZE(s3c2443_ac97_dai));
}
module_exit(s3c2443_ac97_exit);

Expand Down

0 comments on commit 25a994f

Please sign in to comment.