Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
os.h File Reference
#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

voidsound_mem_blocks [1024]
 
int sound_nblocks
 
struct file_operations oss_sound_fops
 

Macro Definition Documentation

#define ALLOW_BUFFER_MAPPING

Definition at line 43 of file os.h.

#define ALLOW_SELECT

Definition at line 1 of file os.h.

#define FALSE   0

Definition at line 27 of file os.h.

#define MANUAL_PNP

Definition at line 4 of file os.h.

#define SHORT_BANNERS

Definition at line 3 of file os.h.

#define TRUE   1

Definition at line 28 of file os.h.

#define USE_AUTOINIT_DMA

Definition at line 37 of file os.h.

Function Documentation

void reprogram_timer ( void  )

Definition at line 45 of file sound_timer.c.

int sound_alloc_dma ( int  chn,
char deviceID 
)

Definition at line 615 of file soundcard.c.

void sound_close_dma ( int  chn)

Definition at line 655 of file soundcard.c.

void sound_free_dma ( int  chn)

Definition at line 644 of file soundcard.c.

int sound_open_dma ( int  chn,
char deviceID 
)

Definition at line 628 of file soundcard.c.

Variable Documentation

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.