|
@@ -179,18 +179,6 @@ int snd_ice1712_akm4xxx_build_controls(struct snd_ice1712 *ice)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static int __init alsa_ice1712_akm4xxx_module_init(void)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-static void __exit alsa_ice1712_akm4xxx_module_exit(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-module_init(alsa_ice1712_akm4xxx_module_init)
|
|
|
|
-module_exit(alsa_ice1712_akm4xxx_module_exit)
|
|
|
|
-
|
|
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_init);
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_init);
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_free);
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_free);
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_build_controls);
|
|
EXPORT_SYMBOL(snd_ice1712_akm4xxx_build_controls);
|