Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gus_pcm.c File Reference
#include <asm/dma.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/gus.h>
#include <sound/pcm_params.h>
#include "gus_tables.h"

Go to the source code of this file.

Data Structures

struct  gus_pcm_private
 

Macros

#define SNDRV_GF1_PCM_RATE   48000
 
#define SNDRV_GF1_PCM_PFLG_NONE   0
 
#define SNDRV_GF1_PCM_PFLG_ACTIVE   (1<<0)
 
#define SNDRV_GF1_PCM_PFLG_NEUTRAL   (2<<0)
 

Functions

int snd_gf1_pcm_new (struct snd_gus_card *gus, int pcm_dev, int control_index, struct snd_pcm **rpcm)
 

Macro Definition Documentation

#define SNDRV_GF1_PCM_PFLG_ACTIVE   (1<<0)

Definition at line 41 of file gus_pcm.c.

#define SNDRV_GF1_PCM_PFLG_NEUTRAL   (2<<0)

Definition at line 42 of file gus_pcm.c.

#define SNDRV_GF1_PCM_PFLG_NONE   0

Definition at line 40 of file gus_pcm.c.

#define SNDRV_GF1_PCM_RATE   48000

Definition at line 38 of file gus_pcm.c.

Function Documentation

int snd_gf1_pcm_new ( struct snd_gus_card gus,
int  pcm_dev,
int  control_index,
struct snd_pcm **  rpcm 
)

Definition at line 852 of file gus_pcm.c.