Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120304
b: refs/heads/master
c: f73f2a6
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 10, 2008
1 parent 6d66fa7 commit 0db3480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: c9b3a40ff2b3dea9914e36965a17c802650bb603
refs/heads/master: f73f2a6a23e34de9cca9672f727694e5af00e6c7
8 changes: 4 additions & 4 deletions trunk/sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,18 +499,18 @@ struct snd_soc_dai omap_mcbsp_dai[] = {

EXPORT_SYMBOL_GPL(omap_mcbsp_dai);

static int __init omap_mcbsp_init(void)
static int __init snd_omap_mcbsp_init(void)
{
return snd_soc_register_dais(omap_mcbsp_dai,
ARRAY_SIZE(omap_mcbsp_dai));
}
module_init(omap_mcbsp_init);
module_init(snd_omap_mcbsp_init);

static void __exit omap_mcbsp_exit(void)
static void __exit snd_omap_mcbsp_exit(void)
{
snd_soc_unregister_dais(omap_mcbsp_dai, ARRAY_SIZE(omap_mcbsp_dai));
}
module_exit(omap_mcbsp_exit);
module_exit(snd_omap_mcbsp_exit);

MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@nokia.com>");
MODULE_DESCRIPTION("OMAP I2S SoC Interface");
Expand Down

0 comments on commit 0db3480

Please sign in to comment.