Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120301
b: refs/heads/master
c: 471716f
h: refs/heads/master
i:
  120299: c214e3f
v: v3
  • Loading branch information
Mark Brown committed Dec 9, 2008
1 parent 54379b8 commit e6c9f74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: f0752331b89ce79063f765545dd7dd5f49d9a713
refs/heads/master: 471716f7ea646487b7b5c7b3efc68a023b05a933
2 changes: 1 addition & 1 deletion trunk/sound/soc/atmel/atmel-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ static int __devinit atmel_pcm_modinit(void)
}
module_init(atmel_pcm_modinit);

static void __exit atmel_pcm_exit(void)
static void __exit atmel_pcm_modexit(void)
{
snd_soc_unregister_platform(&atmel_soc_platform);
}
Expand Down
5 changes: 3 additions & 2 deletions trunk/sound/soc/atmel/atmel_ssc_dai.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,12 +776,13 @@ static int __devinit atmel_ssc_modinit(void)
{
return snd_soc_register_dais(atmel_ssc_dai, ARRAY_SIZE(atmel_ssc_dai));
}
module_init(snd_soc_init);
module_init(atmel_ssc_modinit);

static void __exit snd_soc_exit(void)
static void __exit atmel_ssc_modexit(void)
{
snd_soc_unregister_dais(atmel_ssc_dai, ARRAY_SIZE(atmel_ssc_dai));
}
module_exit(atmel_ssc_modexit);

/* Module information */
MODULE_AUTHOR("Sedji Gaouaou, sedji.gaouaou@atmel.com, www.atmel.com");
Expand Down

0 comments on commit e6c9f74

Please sign in to comment.