#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/bitops.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/usb.h>
#include <linux/wait.h>
#include <linux/usb/audio.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/rawmidi.h>
#include <sound/asequencer.h>
#include "usbaudio.h"
#include "midi.h"
#include "power.h"
#include "helper.h"
Go to the source code of this file.
|
#define | ERROR_DELAY_JIFFIES (HZ / 10) |
|
#define | OUTPUT_URBS 7 |
|
#define | INPUT_URBS 7 |
|
#define | STATE_UNKNOWN 0 |
|
#define | STATE_1PARAM 1 |
|
#define | STATE_2PARAM_1 2 |
|
#define | STATE_2PARAM_2 3 |
|
#define | STATE_SYSEX_0 4 |
|
#define | STATE_SYSEX_1 5 |
|
#define | STATE_SYSEX_2 6 |
|
#define | dump_urb(type, data, length) /* nothing */ |
|
#define | MAX_AKAI_SYSEX_LEN 9 |
|
#define | PORT_INFO(vendor, product, num, name_, voices_, flags) |
|
#define | EXTERNAL_PORT(vendor, product, num, name) |
|
#define | CONTROL_PORT(vendor, product, num, name) |
|
#define | ROLAND_SYNTH_PORT(vendor, product, num, name, voices) |
|
#define | SOUNDCANVAS_PORT(vendor, product, num, name, voices) |
|
#define ERROR_DELAY_JIFFIES (HZ / 10) |
#define MAX_AKAI_SYSEX_LEN 9 |
Value:
.port =
num, .voices = voices_, \
.name = name_, .seq_flags =
flags }
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|