* [PATCH] ASoC: Make SMDK WM8580 driver unloadable
@ 2010-11-24 17:20 Mark Brown
2010-11-25 1:19 ` Jassi Brar
2010-11-25 10:25 ` Liam Girdwood
0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-24 17:20 UTC (permalink / raw)
To: Liam Girdwood, Jassi Brar; +Cc: alsa-devel, Mark Brown
Supply a module exit function so that the driver can be unloaded.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/samsung/smdk_wm8580.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c
index 0ae3d57..e2d56b9 100644
--- a/sound/soc/samsung/smdk_wm8580.c
+++ b/sound/soc/samsung/smdk_wm8580.c
@@ -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");
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Make SMDK WM8580 driver unloadable
2010-11-24 17:20 [PATCH] ASoC: Make SMDK WM8580 driver unloadable Mark Brown
@ 2010-11-25 1:19 ` Jassi Brar
2010-11-25 10:25 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Jassi Brar @ 2010-11-25 1:19 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Jassi Brar, Liam Girdwood
On Thu, Nov 25, 2010 at 2:20 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> Supply a module exit function so that the driver can be unloaded.
Acked-by: Jassi Brar <jassi.brar@samsung.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Make SMDK WM8580 driver unloadable
2010-11-24 17:20 [PATCH] ASoC: Make SMDK WM8580 driver unloadable Mark Brown
2010-11-25 1:19 ` Jassi Brar
@ 2010-11-25 10:25 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-25 10:25 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Jassi Brar
On Wed, 2010-11-24 at 17:20 +0000, Mark Brown wrote:
> Supply a module exit function so that the driver can be unloaded.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/samsung/smdk_wm8580.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c
> index 0ae3d57..e2d56b9 100644
> --- a/sound/soc/samsung/smdk_wm8580.c
> +++ b/sound/soc/samsung/smdk_wm8580.c
> @@ -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");
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-25 10:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 17:20 [PATCH] ASoC: Make SMDK WM8580 driver unloadable Mark Brown
2010-11-25 1:19 ` Jassi Brar
2010-11-25 10:25 ` Liam Girdwood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.