|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/soundcard.h>Go to the source code of this file.
Macros | |
| #define | ALLOW_SELECT |
| #define | SHORT_BANNERS |
| #define | MANUAL_PNP |
| #define | FALSE 0 |
| #define | TRUE 1 |
| #define | USE_AUTOINIT_DMA |
| #define | ALLOW_BUFFER_MAPPING |
Functions | |
| int | sound_alloc_dma (int chn, char *deviceID) |
| int | sound_open_dma (int chn, char *deviceID) |
| void | sound_free_dma (int chn) |
| void | sound_close_dma (int chn) |
| void | reprogram_timer (void) |
Variables | |
| void * | sound_mem_blocks [1024] |
| int | sound_nblocks |
| struct file_operations | oss_sound_fops |
Definition at line 45 of file sound_timer.c.
Definition at line 615 of file soundcard.c.
Definition at line 655 of file soundcard.c.
Definition at line 644 of file soundcard.c.
Definition at line 628 of file soundcard.c.
| struct file_operations oss_sound_fops |
Definition at line 498 of file soundcard.c.
| void* sound_mem_blocks[1024] |
Definition at line 58 of file soundcard.c.
| int sound_nblocks |
Definition at line 60 of file soundcard.c.
1.8.2