Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283815
b: refs/heads/master
c: 1175f71
h: refs/heads/master
i:
  283813: b9a4fa9
  283811: 8b6aa22
  283807: 21e7b59
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 29, 2011
1 parent c33aecf commit 055dc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: fd8f2e496f38264a64c0cc7948217659019a9e8a
refs/heads/master: 1175f71197140dfdb8ad31767030175d88cbea2b
14 changes: 1 addition & 13 deletions trunk/sound/soc/samsung/smdk_wm8994pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,7 @@ static struct platform_driver snd_smdk_driver = {
.remove = __devexit_p(snd_smdk_remove),
};

static int __init smdk_audio_init(void)
{
return platform_driver_register(&snd_smdk_driver);
}

module_init(smdk_audio_init);

static void __exit smdk_audio_exit(void)
{
platform_driver_unregister(&snd_smdk_driver);
}

module_exit(smdk_audio_exit);
module_platform_driver(snd_smdk_driver);

MODULE_AUTHOR("Sangbeom Kim, <sbkim73@samsung.com>");
MODULE_DESCRIPTION("ALSA SoC SMDK WM8994 for PCM");
Expand Down

0 comments on commit 055dc30

Please sign in to comment.