Linux Kernel
3.7.1
|
#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) |
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.
Definition at line 44 of file seq_oss_rw.c.