root/drivers/sound/sb16_dsp.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. sb16_dsp_interrupt
  2. sb16_dsp_init
  3. sb16_dsp_detect

   1 /*      Sorry!  */
   2 #include "sound_config.h"
   3 
   4 void
   5 sb16_dsp_interrupt (int unused)
     /* [previous][next][first][last][top][bottom][index][help] */
   6 {
   7 }
   8 
   9 long sb16_dsp_init(long mem_start, struct address_info *hw_config)
     /* [previous][next][first][last][top][bottom][index][help] */
  10 {
  11         return mem_start;
  12 }
  13 
  14 int sb16_dsp_detect(struct address_info *hw_config)
     /* [previous][next][first][last][top][bottom][index][help] */
  15 {
  16         return 0;
  17 }

/* [previous][next][first][last][top][bottom][index][help] */