Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230289
b: refs/heads/master
c: 3853369
h: refs/heads/master
i:
  230287: fde7d63
v: v3
  • Loading branch information
Mark Brown committed Nov 25, 2010
1 parent 8370445 commit b0bdb02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c54c1586c78775cfdfb071e68b27e14b668921f
refs/heads/master: 38533698dc14e739eefb22cf66c048e3c9264313
6 changes: 6 additions & 0 deletions trunk/sound/soc/samsung/smdk_wm8580.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@ static int __init smdk_audio_init(void)
}
module_init(smdk_audio_init);

static void __exit smdk_audio_exit(void)
{
platform_device_unregister(smdk_snd_device);
}
module_exit(smdk_audio_exit);

MODULE_AUTHOR("Jaswinder Singh, jassi.brar@samsung.com");
MODULE_DESCRIPTION("ALSA SoC SMDK WM8580");
MODULE_LICENSE("GPL");

0 comments on commit b0bdb02

Please sign in to comment.