~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/sound/midi_syms.c

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * Exported symbols for midi driver.
  3  * __NO_VERSION__ because this is still part of sound.o.
  4  */
  5 
  6 #define __NO_VERSION__
  7 #include <linux/module.h>
  8 
  9 char midi_syms_symbol;
 10 
 11 #include "sound_config.h"
 12 #define _MIDI_SYNTH_C_
 13 #include "midi_synth.h"
 14 
 15 EXPORT_SYMBOL(do_midi_msg);
 16 EXPORT_SYMBOL(midi_synth_open);
 17 EXPORT_SYMBOL(midi_synth_close);
 18 EXPORT_SYMBOL(midi_synth_ioctl);
 19 EXPORT_SYMBOL(midi_synth_kill_note);
 20 EXPORT_SYMBOL(midi_synth_start_note);
 21 EXPORT_SYMBOL(midi_synth_set_instr);
 22 EXPORT_SYMBOL(midi_synth_reset);
 23 EXPORT_SYMBOL(midi_synth_hw_control);
 24 EXPORT_SYMBOL(midi_synth_aftertouch);
 25 EXPORT_SYMBOL(midi_synth_controller);
 26 EXPORT_SYMBOL(midi_synth_panning);
 27 EXPORT_SYMBOL(midi_synth_setup_voice);
 28 EXPORT_SYMBOL(midi_synth_send_sysex);
 29 EXPORT_SYMBOL(midi_synth_bender);
 30 EXPORT_SYMBOL(midi_synth_load_patch);
 31 EXPORT_SYMBOL(MIDIbuf_avail);
 32 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.