예제 #1
0
static void __exit alsa_seq_oss_exit(void)
{
    snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_OSS);
    snd_seq_oss_delete_client();
    unregister_proc();
    unregister_device();
}
예제 #2
0
static void __exit alsa_emu8000_exit(void)
{
	snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_EMU8000);
}
예제 #3
0
static void __exit alsa_seq_midi_exit(void)
{
	snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_MIDISYNTH);
}
예제 #4
0
static void __exit alsa_opl4_synth_exit(void)
{
    snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_OPL4);
}
예제 #5
0
static void __exit alsa_emu10k1_synth_exit(void)
{
	snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH);
}
예제 #6
0
static void __exit alsa_gus_synth_exit(void)
{
    snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_GUS);
}