static void __exit alsa_sound_exit(void) { snd_info_minor_unregister();
snd_info_done();
unregister_chrdev(major, "alsa");
}