Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gus_dram.c File Reference
#include <linux/time.h>
#include <sound/core.h>
#include <sound/gus.h>
#include <sound/info.h>

Go to the source code of this file.

Functions

int snd_gus_dram_write (struct snd_gus_card *gus, char __user *buffer, unsigned int address, unsigned int size)
 
int snd_gus_dram_read (struct snd_gus_card *gus, char __user *buffer, unsigned int address, unsigned int size, int rom)
 

Function Documentation

int snd_gus_dram_read ( struct snd_gus_card gus,
char __user buffer,
unsigned int  address,
unsigned int  size,
int  rom 
)

Definition at line 97 of file gus_dram.c.

int snd_gus_dram_write ( struct snd_gus_card gus,
char __user buffer,
unsigned int  address,
unsigned int  size 
)

Definition at line 59 of file gus_dram.c.