|
Linux Kernel
3.7.1
|
#include "seq_oss_device.h"#include "seq_oss_synth.h"#include "seq_oss_midi.h"#include "seq_oss_event.h"#include "seq_oss_timer.h"#include <sound/seq_oss_legacy.h>#include "seq_oss_readq.h"#include "seq_oss_writeq.h"Go to the source code of this file.
Functions | |
| int | snd_seq_oss_process_event (struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) |
| int | snd_seq_oss_event_input (struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) |
| int snd_seq_oss_event_input | ( | struct snd_seq_event * | ev, |
| int | direct, | ||
| void * | private_data, | ||
| int | atomic, | ||
| int | hop | ||
| ) |
Definition at line 422 of file seq_oss_event.c.
| int snd_seq_oss_process_event | ( | struct seq_oss_devinfo * | dp, |
| union evrec * | q, | ||
| struct snd_seq_event * | ev | ||
| ) |
Definition at line 54 of file seq_oss_event.c.
1.8.2