Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
seq_oss_rw.c File Reference
#include "seq_oss_device.h"
#include "seq_oss_readq.h"
#include "seq_oss_writeq.h"
#include "seq_oss_synth.h"
#include <sound/seq_oss_legacy.h>
#include "seq_oss_event.h"
#include "seq_oss_timer.h"
#include "../seq_clientmgr.h"

Go to the source code of this file.

Functions

int snd_seq_oss_read (struct seq_oss_devinfo *dp, char __user *buf, int count)
 
int snd_seq_oss_write (struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt)
 
unsigned int snd_seq_oss_poll (struct seq_oss_devinfo *dp, struct file *file, poll_table *wait)
 

Function Documentation

unsigned int snd_seq_oss_poll ( struct seq_oss_devinfo dp,
struct file file,
poll_table wait 
)

Definition at line 200 of file seq_oss_rw.c.

int snd_seq_oss_read ( struct seq_oss_devinfo dp,
char __user buf,
int  count 
)

Definition at line 44 of file seq_oss_rw.c.

int snd_seq_oss_write ( struct seq_oss_devinfo dp,
const char __user buf,
int  count,
struct file opt 
)

Definition at line 96 of file seq_oss_rw.c.