Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sb_common.c File Reference
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/sb.h>
#include <sound/initval.h>
#include <asm/io.h>
#include <asm/dma.h>

Go to the source code of this file.

Macros

#define BUSY_LOOPS   100000
 

Functions

 MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>")
 
 MODULE_DESCRIPTION ("ALSA lowlevel driver for Sound Blaster cards")
 
 MODULE_LICENSE ("GPL")
 
int snd_sbdsp_command (struct snd_sb *chip, unsigned char val)
 
int snd_sbdsp_get_byte (struct snd_sb *chip)
 
int snd_sbdsp_reset (struct snd_sb *chip)
 
int snd_sbdsp_create (struct snd_card *card, unsigned long port, int irq, irq_handler_t irq_handler, int dma8, int dma16, unsigned short hardware, struct snd_sb **r_chip)
 
 EXPORT_SYMBOL (snd_sbdsp_command)
 
 EXPORT_SYMBOL (snd_sbdsp_get_byte)
 
 EXPORT_SYMBOL (snd_sbdsp_reset)
 
 EXPORT_SYMBOL (snd_sbdsp_create)
 
 EXPORT_SYMBOL (snd_sbmixer_write)
 
 EXPORT_SYMBOL (snd_sbmixer_read)
 
 EXPORT_SYMBOL (snd_sbmixer_new)
 
 EXPORT_SYMBOL (snd_sbmixer_add_ctl)
 

Macro Definition Documentation

#define BUSY_LOOPS   100000

Definition at line 40 of file sb_common.c.

Function Documentation

EXPORT_SYMBOL ( snd_sbdsp_command  )
EXPORT_SYMBOL ( snd_sbdsp_get_byte  )
EXPORT_SYMBOL ( snd_sbdsp_reset  )
EXPORT_SYMBOL ( snd_sbdsp_create  )
EXPORT_SYMBOL ( snd_sbmixer_write  )
EXPORT_SYMBOL ( snd_sbmixer_read  )
EXPORT_SYMBOL ( snd_sbmixer_new  )
EXPORT_SYMBOL ( snd_sbmixer_add_ctl  )
MODULE_AUTHOR ( "Jaroslav Kysela <[email protected]>"  )
MODULE_DESCRIPTION ( "ALSA lowlevel driver for Sound Blaster cards )
MODULE_LICENSE ( "GPL"  )
int snd_sbdsp_command ( struct snd_sb chip,
unsigned char  val 
)

Definition at line 44 of file sb_common.c.

int snd_sbdsp_create ( struct snd_card card,
unsigned long  port,
int  irq,
irq_handler_t  irq_handler,
int  dma8,
int  dma16,
unsigned short  hardware,
struct snd_sb **  r_chip 
)

Definition at line 211 of file sb_common.c.

int snd_sbdsp_get_byte ( struct snd_sb chip)

Definition at line 59 of file sb_common.c.

int snd_sbdsp_reset ( struct snd_sb chip)

Definition at line 76 of file sb_common.c.