예제 #1
0
static void __exit mod_exit(void)
{
	if (raspi) {
		MIDIDriverAppleMIDIDestroy(raspi);
	}
	pr_info("leaving applemidi\n");
}
예제 #2
0
static void _driver_destroy( struct MIDIDriver * driverp ) {
  MIDIDriverAppleMIDIDestroy( (struct MIDIDriverAppleMIDI *) driverp );
}
예제 #3
0
static void _driver_destroy( void * driverp ) {
  MIDIDriverAppleMIDIDestroy( driverp );
}