Skip to content
Snippets Groups Projects
Commit 6b9a9b32 authored by Tim Niemeyer's avatar Tim Niemeyer Committed by Takashi Iwai
Browse files

[ALSA] soc - neo1973_wm8753 - Fix module unload


Signed-off-by: default avatarTim Niemeyer <reddog@mastersword.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 815c1be3
No related branches found
No related tags found
No related merge requests found
...@@ -659,6 +659,7 @@ static int __init neo1973_init(void) ...@@ -659,6 +659,7 @@ static int __init neo1973_init(void)
static void __exit neo1973_exit(void) static void __exit neo1973_exit(void)
{ {
i2c_del_driver(&lm4857_i2c_driver);
platform_device_unregister(neo1973_snd_device); platform_device_unregister(neo1973_snd_device);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment