| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MOTU Midi Timepiece ALSA Main routines |
|---|
| 3 | 4 | * Copyright by Michael T. Mayers (c) Jan 09, 2000 |
|---|
| 4 | 5 | * mail: michael@tweakoz.com |
|---|
| 5 | 6 | * Thanks to John Galbraith |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | | - * (at your option) any later version. |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 13 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 15 | | - * GNU General Public License for more details. |
|---|
| 16 | | - * |
|---|
| 17 | | - * You should have received a copy of the GNU General Public License |
|---|
| 18 | | - * along with this program; if not, write to the Free Software |
|---|
| 19 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 20 | | - * |
|---|
| 21 | 7 | * |
|---|
| 22 | 8 | * This driver is for the 'Mark Of The Unicorn' (MOTU) |
|---|
| 23 | 9 | * MidiTimePiece AV multiport MIDI interface |
|---|
| .. | .. |
|---|
| 39 | 25 | * MIDI Synchronization to Video, ADAT, SMPTE and other Clock sources |
|---|
| 40 | 26 | * 128 'scene' memories, recallable from MIDI program change |
|---|
| 41 | 27 | * |
|---|
| 42 | | - * |
|---|
| 43 | 28 | * ChangeLog |
|---|
| 44 | 29 | * Jun 11 2001 Takashi Iwai <tiwai@suse.de> |
|---|
| 45 | 30 | * - Recoded & debugged |
|---|
| .. | .. |
|---|
| 47 | 32 | * - hwports is between 1 and 8, which specifies the number of hardware ports. |
|---|
| 48 | 33 | * The three global ports, computer, adat and broadcast ports, are created |
|---|
| 49 | 34 | * always after h/w and remote ports. |
|---|
| 50 | | - * |
|---|
| 51 | 35 | */ |
|---|
| 52 | 36 | |
|---|
| 53 | 37 | #include <linux/init.h> |
|---|