|
Linux Kernel
3.7.1
|
#include <linux/time.h>#include <linux/init.h>#include <sound/core.h>#include <sound/mpu401.h>#include "au88x0.h"Go to the source code of this file.
Macros | |
| #define | VORTEX_MPU401_LEGACY |
| #define | MIDI_CLOCK_DIV 0x61 |
| #define | MPU401_RESET 0xff |
| #define | MPU401_ENTER_UART 0x3f |
| #define | MPU401_ACK 0xfe |
| #define MIDI_CLOCK_DIV 0x61 |
Definition at line 38 of file au88x0_mpu401.c.
| #define MPU401_ACK 0xfe |
Definition at line 42 of file au88x0_mpu401.c.
| #define MPU401_ENTER_UART 0x3f |
Definition at line 41 of file au88x0_mpu401.c.
| #define MPU401_RESET 0xff |
Definition at line 40 of file au88x0_mpu401.c.
| #define VORTEX_MPU401_LEGACY |
Definition at line 34 of file au88x0_mpu401.c.
1.8.2