|
Linux Kernel
3.7.1
|
#include <asm/io.h>#include <asm/dma.h>#include <linux/init.h>#include <linux/time.h>#include <linux/module.h>#include <sound/core.h>#include <sound/sb.h>Go to the source code of this file.
Macros | |
| #define | SB8_CLOCK 1000000 |
| #define | SB8_DEN(v) ((SB8_CLOCK + (v) / 2) / (v)) |
| #define | SB8_RATE(v) (SB8_CLOCK / SB8_DEN(v)) |
Functions | |
| MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>, Uros Bizjak <[email protected]>") | |
| MODULE_DESCRIPTION ("Routines for control of 8-bit SoundBlaster cards and clones") | |
| MODULE_LICENSE ("GPL") | |
| irqreturn_t | snd_sb8dsp_interrupt (struct snd_sb *chip) |
| int | snd_sb8dsp_pcm (struct snd_sb *chip, int device, struct snd_pcm **rpcm) |
| EXPORT_SYMBOL (snd_sb8dsp_pcm) | |
| EXPORT_SYMBOL (snd_sb8dsp_interrupt) | |
| EXPORT_SYMBOL (snd_sb8dsp_midi_interrupt) | |
| EXPORT_SYMBOL (snd_sb8dsp_midi) | |
| #define SB8_CLOCK 1000000 |
Definition at line 45 of file sb8_main.c.
| EXPORT_SYMBOL | ( | snd_sb8dsp_pcm | ) |
| EXPORT_SYMBOL | ( | snd_sb8dsp_interrupt | ) |
| EXPORT_SYMBOL | ( | snd_sb8dsp_midi_interrupt | ) |
| EXPORT_SYMBOL | ( | snd_sb8dsp_midi | ) |
| MODULE_AUTHOR | ( | "Jaroslav Kysela <[email protected]> | , |
| Uros Bizjak< uros @kss-loka.si >" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| irqreturn_t snd_sb8dsp_interrupt | ( | struct snd_sb * | chip | ) |
Definition at line 381 of file sb8_main.c.
1.8.2