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

Linux Cross Reference
Linux-2.6.17/sound/oss/audio_syms.c

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  1 /*
  2  * Exported symbols for audio driver.
  3  */
  4 
  5 #include <linux/module.h>
  6 
  7 char audio_syms_symbol;
  8 
  9 #include "sound_config.h"
 10 #include "sound_calls.h"
 11 
 12 EXPORT_SYMBOL(DMAbuf_start_dma);
 13 EXPORT_SYMBOL(DMAbuf_open_dma);
 14 EXPORT_SYMBOL(DMAbuf_close_dma);
 15 EXPORT_SYMBOL(DMAbuf_inputintr);
 16 EXPORT_SYMBOL(DMAbuf_outputintr);
 17 

~ [ 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.