static void __exit tegra_exit(void) { tegra_jack_exit(); if (reg_vmic) { regulator_put(reg_vmic); reg_vmic = NULL; } platform_device_unregister(tegra_snd_device); }
void tegra_controls_exit(void) { #ifndef CONFIG_MACH_SAMSUNG_VARIATION_TEGRA tegra_jack_exit(); #endif if (audio_data) { kfree(audio_data); audio_data = 0; } }
static void __exit tegra_exit(void) { tegra_jack_exit(); platform_device_unregister(tegra_snd_device); }