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

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

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

  1 /*
  2  * Exported symbols for audio 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 audio_syms_symbol;
 10 
 11 #include "sound_config.h"
 12 #include "sound_calls.h"
 13 
 14 EXPORT_SYMBOL(DMAbuf_start_dma);
 15 EXPORT_SYMBOL(DMAbuf_open_dma);
 16 EXPORT_SYMBOL(DMAbuf_close_dma);
 17 EXPORT_SYMBOL(DMAbuf_inputintr);
 18 EXPORT_SYMBOL(DMAbuf_outputintr);
 19 EXPORT_SYMBOL(dma_ioctl);
 20 EXPORT_SYMBOL(audio_open);
 21 EXPORT_SYMBOL(audio_release);
 22 

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