hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/sound/drivers/mtpav.c
....@@ -1,23 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MOTU Midi Timepiece ALSA Main routines
34 * Copyright by Michael T. Mayers (c) Jan 09, 2000
45 * mail: michael@tweakoz.com
56 * 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
- *
217 *
228 * This driver is for the 'Mark Of The Unicorn' (MOTU)
239 * MidiTimePiece AV multiport MIDI interface
....@@ -39,7 +25,6 @@
3925 * MIDI Synchronization to Video, ADAT, SMPTE and other Clock sources
4026 * 128 'scene' memories, recallable from MIDI program change
4127 *
42
- *
4328 * ChangeLog
4429 * Jun 11 2001 Takashi Iwai <tiwai@suse.de>
4530 * - Recoded & debugged
....@@ -47,7 +32,6 @@
4732 * - hwports is between 1 and 8, which specifies the number of hardware ports.
4833 * The three global ports, computer, adat and broadcast ports, are created
4934 * always after h/w and remote ports.
50
- *
5135 */
5236
5337 #include <linux/init.h>